C# Класс Elmah.ApplicationException

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

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

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

Защищенные методы

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

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

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

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

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

ApplicationException() защищенный Метод

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

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

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

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

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