EsentFragmentationException 构造函数 (SerializationInfo、StreamingContext)

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

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

parameters

另请参阅

参考

EsentFragmentationException 类

EsentFragmentationException 成员

EsentFragmentationException 重载

Microsoft.Isam.Esent.Interop 命名空间