System.ZLib.EZCompressionError.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* Exception.Create */ inline __fastcall EZCompressionError(const System::UnicodeString Msg) : EZLibError(Msg) { }
/* Exception.CreateFmt */ inline __fastcall EZCompressionError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : EZLibError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EZCompressionError(NativeUInt Ident)/* overload */ : EZLibError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EZCompressionError(System::PResStringRec ResStringRec)/* overload */ : EZLibError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EZCompressionError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : EZLibError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EZCompressionError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : EZLibError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EZCompressionError(const System::UnicodeString Msg, int AHelpContext) : EZLibError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EZCompressionError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EZLibError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EZCompressionError(NativeUInt Ident, int AHelpContext)/* overload */ : EZLibError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EZCompressionError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EZLibError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EZCompressionError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EZLibError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EZCompressionError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EZLibError(Ident, Args, Args_High, AHelpContext) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.ZLib.hpp System.ZLib EZCompressionError


Beschreibung

Erstellt eine Instanz einer Exception mit einem einfachen Meldungs-String. Create wird von ZLib-Routinen zum Signalisieren von Fehlern verwendet, die beim Komprimieren von Daten ausgelöst werden können.

Siehe auch