EsentInconsistentException 构造函数 (String,JET_err)
初始化 EsentInconsistentException 类的新实例。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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 EsentInconsistentException(description, _
err)
protected EsentInconsistentException(
string description,
JET_err err
)
参数
description
类型: System.String对错误的说明。
err
类型: Microsoft.Isam.Esent.Interop.JET_err异常的错误代码。