ErrorHandling Members
In This Article
#Constructors
Name | Description |
---|---|
Error |
Initializes a new instance of the Error |
#Fields
Name | Description |
---|---|
Application |
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. |
Config |
Specifies the name of the configuration file key holding the IP address of the host, allowed to see the detailed error information. |
Config |
Specifies the name of the configuration file key holding the e-mail, from which the error notifications are sent. |
Config |
Specifies the name of the configuration file key holding the name, from which the error notifications are sent. |
Config |
Specifies the name of the configuration file key holding the e-mail of the application administrator receiving the error alerts. |
Config |
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. |
Config |
Specifies the name of the configuration file key holding the error alert subject format string. |
Config |
Specifies the name of the configuration file key that sets whether the connection is encrypted when sending the error alert via e-mail. |
Config |
Specifies the name of the configuration file key holding the URL of the rich error page. |
Config |
Obsolete. For internal use only. |
Config |
Specifies the name of the configuration file key holding the URL of the simple error page. |
Error |
Specifies the email address from which the error notification e-mails are sent, if the Error |
Error |
Specifies the name from which the error notification e-mails are sent, if the Error |
Exception |
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. |
#Properties
Name | Description |
---|---|
Can |
Determines if it is possible to send an e-mail alert to the application administrator. |
Can |
Determines if detailed error information should be shown. |
Instance static |
Represents the instance of the Error |
#Methods
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. |
#Events
Name | Description |
---|---|
Custom |
Occurs before determining whether it is possible to send the error alert to the application administrator. |
Custom |
Occurs before e-mailing the error alert to the application administrator. |
Need |
Occurs before caching the error information. |
See Also