C# 클래스 Elmah.Error

상속: ICloneable
파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
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