C# Class MicroLite.MicroLiteException

Inheritance: System.Exception
Afficher le fichier Open project: TrevorPilley/MicroLite

Méthodes publiques

Méthode Description
MicroLiteException ( ) : System

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message ) : System

Initialises a new instance of the MicroLiteException class.

MicroLiteException ( string message, Exception innerException ) : System

Initialises a new instance of the MicroLiteException class.

Méthodes protégées

Méthode Description
MicroLiteException ( SerializationInfo info, StreamingContext context ) : System

Initialises a new instance of the MicroLiteException class.

Method Details

MicroLiteException() public méthode

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( ) : System
Résultat System

MicroLiteException() protected méthode

Initialises a new instance of the MicroLiteException class.
The parameter is null. The class name is null or is zero (0).
protected MicroLiteException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Résultat System

MicroLiteException() public méthode

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( string message ) : System
message string The message.
Résultat System

MicroLiteException() public méthode

Initialises a new instance of the MicroLiteException class.
public MicroLiteException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System