Edit

EsentObsoleteException constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the EsentObsoleteException class. This constructor is used to deserialize a serialized exception.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

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

Parameters

See also

Reference

EsentObsoleteException class

EsentObsoleteException members

EsentObsoleteException overload

Microsoft.Isam.Esent.Interop namespace