ErrorEventArgs Properties

The ErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyIsFinalError
Indicates whether the exception caused the current event will be thrown by MailBee once the current event handler finished execution.
Public propertyReason
Gets the exception which caused the current event to be raised.
Public propertyState
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.)
Top
See Also