CustomSendMailMessageEventArgs Properties
Arguments passed to the ErrorHandling.CustomSendMailMessage event.
Name | Description |
---|---|
Error |
Gets the complete error description, including the request details, loaded assemblies, last trace entries, etc.
Inherited from Custom |
Error |
Gets the identifier of the error that occurred.
Inherited from Custom |
Error |
Gets the text of the error message.
Inherited from Custom |
Exception |
Gets the exception that occurred.
Inherited from Custom |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Inherited from Handled |
Mail |
Gets the error notification e-mail message. |
Message |
Gets the body of the error notification message.
Inherited from Custom |
Message |
Gets the subject of the error notification message.
Inherited from Custom |
Smtp |
Gets an Smtp |
See Also