Soap.XSBuiltIns.EXSHexBinaryException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEXSHexBinaryException

Delphi

EXSHexBinaryException = class(Exception);

C++

class PASCALIMPLEMENTATION EXSHexBinaryException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns Soap.XSBuiltIns

Description

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

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

See Also