ErrorEventArgs Properties |
The ErrorEventArgs type exposes the following members.
Name | Description | |
---|---|---|
IsFinalError |
Indicates whether the exception caused the current event will be thrown by MailBee
once the current event handler finished execution.
| |
Reason |
Gets the exception which caused the current event to be raised.
| |
State |
Gets a reference to the object which was supplied by the developer in state
parameter of asynchronous methods of the mailer components.
(Inherited from CommonEventArgs.) |