C# Class Elmah.ApplicationException

Inheritance: System.Exception
Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
ApplicationException ( ) : System

Initializes a new instance of the ApplicationException class.

ApplicationException ( string message ) : System

Initializes a new instance of the ApplicationException class with a specified error message.

ApplicationException ( string message, Exception innerException ) : System

Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Méthodes protégées

Méthode Description
ApplicationException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

Initializes a new instance of the ApplicationException class with serialized data.

Method Details

ApplicationException() public méthode

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

ApplicationException() protected méthode

Initializes a new instance of the ApplicationException class with serialized data.
protected ApplicationException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ApplicationException() public méthode

Initializes a new instance of the ApplicationException class with a specified error message.
public ApplicationException ( string message ) : System
message string
Résultat System

ApplicationException() public méthode

Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ApplicationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System