EsentResourceException コンストラクター (String、JET_err)
EsentResourceException クラスの新しいインスタンスを初期化します。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Protected Sub New ( _
description As String, _
err As JET_err _
)
'Usage
Dim description As String
Dim err As JET_err
Dim instance As New EsentResourceException(description, _
err)
protected EsentResourceException(
string description,
JET_err err
)
パラメーター
description
型: System.Stringエラーの説明。
Err
種類: Microsoft.Isam.Esent.Interop.JET_err例外のエラー コード。