Soap.XSBuiltIns.EXSHexBinaryException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEXSHexBinaryException

Delphi

EXSHexBinaryException = class(Exception);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns Soap.XSBuiltIns

Beschreibung

EXSHexBinaryException ist die Exception-Klasse für Fehler, die in Remote-Objekten auftreten, welche Hexadezimalwerte repräsentieren.

EXSHexBinaryException wird von TXSHexBinary ausgelöst, wenn ein String vorliegt, der für einen Hexadezimalwert ungültige Zeichen enthält.

Siehe auch