次の方法で共有


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
)

パラメーター

関連項目

リファレンス

EsentResourceException クラス

EsentResourceException メンバー

EsentResourceException オーバーロード

Microsoft.Isam.Esent.Interop 名前空間