C# Класс Elmah.Error

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Error ( ) : System

Initializes a new instance of the Error class.

Error ( Exception e ) : System

Initializes a new instance of the Error class from a given Exception instance.

Error ( Exception e, System.Web.HttpContextBase context ) : System

Initializes a new instance of the Error class from a given Exception instance and HttpContext instance representing the HTTP context during the exception.

ToString ( ) : string

Returns the value of the Message property.

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

Метод Описание
CopyCollection ( System.Web.HttpCookieCollection cookies ) : System.Collections.Specialized.NameValueCollection
CopyCollection ( System.Collections.Specialized.NameValueCollection collection ) : System.Collections.Specialized.NameValueCollection
FaultIn ( System.Collections.Specialized.NameValueCollection &collection ) : System.Collections.Specialized.NameValueCollection
ICloneable ( ) : object

Creates a new object that is a copy of the current instance.

TryGetHtmlErrorMessage ( HttpException e ) : string

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

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

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

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

Initializes a new instance of the Error class from a given Exception instance.
public Error ( Exception e ) : System
e System.Exception
Результат System

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

Initializes a new instance of the Error class from a given Exception instance and HttpContext instance representing the HTTP context during the exception.
public Error ( Exception e, System.Web.HttpContextBase context ) : System
e System.Exception
context System.Web.HttpContextBase
Результат System

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

Returns the value of the Message property.
public ToString ( ) : string
Результат string