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

Inheritance: EsentException
Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes protégées

Méthode 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

Méthode Description
EsentErrorException ( JET_err err ) : System

Initializes a new instance of the EsentErrorException class.

Method Details

EsentErrorException() protected méthode

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.
Résultat System