Method | Description | |
---|---|---|
HttpHandlerError ( int statusCode ) : System |
Initializes a new instance of the HttpHandlerError class.
|
|
ProcessRequest ( System context ) : void |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
|
public HttpHandlerError ( int statusCode ) : System | ||
statusCode | int | The status code. |
return | System |
public ProcessRequest ( System context ) : void | ||
context | System | An |
return | void |