C# Class Elmah.TestException

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

Méthodes publiques

Méthode Description
TestException ( ) : System

Initializes a new instance of the TestException class.

TestException ( string message ) : System

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

TestException ( string message, Exception innerException ) : System

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

Private Methods

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

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

Method Details

TestException() public méthode

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

TestException() public méthode

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

TestException() public méthode

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