C# Class Microsoft.Isam.Esent.Interop.EsentErrorException

Inheritance: EsentException
Mostra file Open project: ayende/managed-esent Class Usage Examples

Protected Methods

Method Description
EsentErrorException ( SerializationInfo info, StreamingContext context ) : System

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

Private Methods

Method Description
EsentErrorException ( JET_err err ) : System

Initializes a new instance of the EsentErrorException class.

Method Details

EsentErrorException() protected method

Initializes a new instance of the EsentErrorException class. This constructor is used to deserialize a serialized exception.
protected EsentErrorException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The data needed to deserialize the object.
context System.Runtime.Serialization.StreamingContext The deserialization context.
return System