C# Class Mite.MiteException

Inheritance: System.Exception
Afficher le fichier Open project: ccellar/mite.net Class Usage Examples

Méthodes publiques

Méthode Description
MiteException ( ) : System

Initializes a new instance of the MiteException class.

MiteException ( string message ) : System

Initializes a new instance of the MiteException class.

MiteException ( string message, Exception innerException ) : System

Initializes a new instance of the MiteException class.

Méthodes protégées

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

Initializes a new instance of the MiteException class.

Private Methods

Méthode Description
CreateFromResponse ( string response, Exception innerException ) : MiteException

Method Details

MiteException() public méthode

Initializes a new instance of the MiteException class.
public MiteException ( ) : System
Résultat System

MiteException() protected méthode

Initializes a new instance of the MiteException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected MiteException ( 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

MiteException() public méthode

Initializes a new instance of the MiteException class.
public MiteException ( string message ) : System
message string The exception message.
Résultat System

MiteException() public méthode

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