EsentOperationException 构造函数 (String,JET_err)

初始化 EsentOperationException 类的新实例。

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 EsentOperationException(description, _
    err)
protected EsentOperationException(
    string description,
    JET_err err
)

parameters

另请参阅

参考

EsentOperationException 类

EsentOperationException 成员

EsentOperationException 重载

Microsoft.Isam.Esent.Interop 命名空间