ErrorEventArgsReason Property
Gets the exception which caused the current event to be raised.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public MailBeeException Reason { get; }

Property Value

Type: MailBeeException
A reference to the exception.
See Also