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;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!