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

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

Protected Methods

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

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

Private Methods

Method Description
EsentInvalidColumnException ( ) : System

Initializes a new instance of the EsentInvalidColumnException class.

Method Details

EsentInvalidColumnException() protected method

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