EsentOperationException 构造函数 (SerializationInfo、StreamingContext)

初始化 EsentOperationException 类的新实例。 此构造函数用于反序列化序列化的异常。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New EsentOperationException(info, context)
protected EsentOperationException(
    SerializationInfo info,
    StreamingContext context
)

参数

另请参阅

参考

EsentOperationException 类

EsentOperationException 成员

EsentOperationException 重载

Microsoft.Isam.Esent.Interop 命名空间