Konstruktoren von ComObj.EOleException
Delphi-Informationen
| constructor Create(const Message: string;
ErrorCode: HRESULT; const Source: string; const HelpFile: string; HelpContext: Integer); |
Erzeugt ein OLE-Exception-Objekt. |
Unit: ComObj
Typ: Konstruktor
Sichtbarkeit: public
Member von: EOleException
C++-Informationen
| Comobj::EOleException * __fastcall EOleException(System::UnicodeString Message,
long ErrorCode, System::UnicodeString Source, System::UnicodeString HelpFile, int HelpContext); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(System::UnicodeString Msg, const System::TVarRec * Args, int Args_Size); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(int Ident); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(int Ident, const System::TVarRec * Args, int Args_Size); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(System::UnicodeString Msg, int AHelpContext); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(System::UnicodeString Msg,
const System::TVarRec * Args, int Args_Size, int AHelpContext); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(int Ident, int AHelpContext); |
Erzeugt ein OLE-Exception-Objekt. |
| Comobj::EOleException * __fastcall EOleException(System::TResStringRec * ResStringRec,
const System::TVarRec * Args, int Args_Size, int AHelpContext); |
Erzeugt ein OLE-Exception-Objekt. |
| virtual void __fastcall ~EOleException(void); |
Unit: ComObj
Typ: Destruktor
Sichtbarkeit: public
Member von: EOleException
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.