RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EXSHexBinaryException Class

EXSHexBinaryException is the exception class for errors encountered by the remotable objects that represent hexadecimal values.

Pascal
EXSHexBinaryException = class(Exception);
C++
class EXSHexBinaryException : public Exception;

XSBuiltIns

EXSHexBinaryException is raised by TXSHexBinary when it encounters a string that contains invalid characters for a hexadecimal value. 

 

TXSDecimal 

TBcd

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!