ErrorHandling Fields
Provides static members for the error handling in ASP.NET Web Forms applications.| Name | Description |
|---|---|
| ApplicationNameParameter | Specifies the name of the parameter, holding the application name. This parameter value is used in the default “From” field of the error notification e-mail. |
| ConfigDetailedErrorReaderIPKeyName | Specifies the name of the configuration file key holding the IP address of the host, allowed to see the detailed error information. |
| ConfigErrorReportEmailFromKeyName | Specifies the name of the configuration file key holding the e-mail, from which the error notifications are sent. |
| ConfigErrorReportEmailFromNameKeyName | Specifies the name of the configuration file key holding the name, from which the error notifications are sent. |
| ConfigErrorReportEmailKeyName | Specifies the name of the configuration file key holding the e-mail of the application administrator receiving the error alerts. |
| ConfigErrorReportEmailServerKeyName | Specifies the name of the configuration file key holding the SMTP server name or IP address. This server is used to send error alerts to the application administrator. |
| ConfigErrorReportEmailSubjectKeyName | Specifies the name of the configuration file key holding the error alert subject format string. |
| ConfigErrorReportEnableSsl | Specifies the name of the configuration file key that sets whether the connection is encrypted when sending the error alert via e-mail. |
| ConfigRichErrorReportPageKeyName | Specifies the name of the configuration file key holding the URL of the rich error page. |
| ConfigSimpleErrorReportPageKeyName | Specifies the name of the configuration file key holding the URL of the simple error page. |
| ErrorReportEmailFromDefault | Specifies the email address from which the error notification e-mails are sent, if the ErrorReportEmailFrom key value is not specified in the application configuration file. |
| ErrorReportEmailFromNameDefault | Specifies the name from which the error notification e-mails are sent, if the ErrorReportEmailFromName key value is not specified in the application configuration file. |
| ExceptionMessageParameter | Specifies the name of the parameter holding the exception message. This parameter value is used in the default subject of the error notification e-mail. |
See Also