C# Класс Elmah.TestException

Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
TestException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : System

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

Описание методов

TestException() публичный Метод

Initializes a new instance of the TestException class.
public TestException ( ) : System
Результат System

TestException() публичный Метод

Initializes a new instance of the TestException class with a specified error message.
public TestException ( string message ) : System
message string
Результат System

TestException() публичный Метод

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
Результат System