메소드 | 설명 | |
---|---|---|
Error ( ) : System |
Initializes a new instance of the Error class.
|
|
Error ( |
Initializes a new instance of the Error class from a given Exception instance.
|
|
Error ( |
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 |
public Error ( |
||
e | ||
context | System.Web.HttpContextBase | |
리턴 | System |