Vcl.Edge.EEdgeError.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const Message: UnicodeString; ErrorCode: HRESULT);

C++

__fastcall EEdgeError(const System::UnicodeString Message, HRESULT ErrorCode);
__fastcall EEdgeError(System::PResStringRec ResStringRec, HRESULT ErrorCode);
/* Exception.CreateFmt */ inline __fastcall EEdgeError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : System::Win::Comobj::EOleSysError(Msg, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EEdgeError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : System::Win::Comobj::EOleSysError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EEdgeError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : System::Win::Comobj::EOleSysError(ResStringRec, Args, Args_High) { }
/* Exception.CreateFmtHelp */ inline __fastcall EEdgeError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : System::Win::Comobj::EOleSysError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EEdgeError(NativeUInt Ident, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(Ident, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EEdgeError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EEdgeError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(Ident, Args, Args_High, AHelpContext) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge EEdgeError

説明

Creates は、EOleSysError オブジェクトを作成します。

Vcl.Edge.EEdgeError.Create は System.Win.ComObj.EOleSysError.Create を継承しています。以下の内容はすべて System.Win.ComObj.EOleSysError.Create を参照しています。

Creates は、EOleSysError オブジェクトを作成します。

Create は SysErrorMessage を呼び出して、OLE エラー コード ErrorCode を、継承コンストラクタへ渡せるメッセージ文字列に変換します。 EOleSysError は、ErrorCode プロパティを ErrorCode 文字列に初期化します。

関連項目