DioDocs for PDF
HResultDescriptor コンストラクタ

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > HResultDescriptor クラス : HResultDescriptor コンストラクタ
HRESULT エラーコード。
モジュール (例: C1.Win.DX.Direct2D)。
ネイティブ API コード。
API コード (例: D2D1_ERR_...)。
結果コードの説明。
HResultDescriptor クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
結果コードの説明。
参照

HResultDescriptor クラス
HResultDescriptor メンバ