'宣言 Public Function New( _ ByVal code As HResult, _ ByVal module As System.String, _ ByVal nativeApiCode As System.String, _ ByVal apiCode As System.String, _ Optional ByVal description As System.String _ )
public HResultDescriptor( HResult code, System.string module, System.string nativeApiCode, System.string apiCode, System.string description )
パラメータ
- code
- HRESULT エラーコード。
- module
- モジュール (例: C1.Win.DX.Direct2D)。
- nativeApiCode
- ネイティブ API コード。
- apiCode
- API コード (例: D2D1_ERR_...)。
- description
- 結果コードの説明。