ErrorHandling Properties
Provides static members for the error handling in ASP.NET Web Forms applications.| Name | Description |
|---|---|
| CanSendAlertToAdmin static | Determines if it is possible to send an e-mail alert to the application administrator. |
| CanShowDetailedInformation static | Determines if detailed error information should be shown. |
| Instance static | Represents the instance of the ErrorHandling class. |
See Also