ErrorHandling Methods
Provides static members for the error handling in ASP.NET Web Forms applications.
Name | Description |
---|---|
Clear |
Clears the application errors of the current context. |
Clear |
Clears the cached page error in the current context. |
Clear |
|
Clear |
Clears page errors in the current context. |
Clear |
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the information on the application error that occurred in the current context. |
Get |
Gets the information on the cached page error that occurred in the current context. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the information on the page error that occurred in the current context. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Determines if the specified exception is ignored. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Process |
Processes the last exception that occurred. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Send |
Sends an alert to the application administrator. |
Send |
Sends an alert to the application administrator. |
Set |
Handles the specified exception. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also