EsentFatalException 构造函数 (SerializationInfo、StreamingContext)

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

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 EsentFatalException(info, context)
protected EsentFatalException(
    SerializationInfo info,
    StreamingContext context
)

参数

另请参阅

参考

EsentFatalException 类

EsentFatalException 成员

EsentFatalException 重载

Microsoft.Isam.Esent.Interop 命名空间