字串 (EsentApiException 建構函式,JET_err)
初始化 EsentApiException 類別的新實例。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in 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 EsentApiException(description, _
err)
protected EsentApiException(
string description,
JET_err err
)
參數
description
類型: System.String錯誤的描述。
err
類型: Microsoft.Isam.Esent.Interop.JET_err例外狀況的錯誤碼。