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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax
public MailBeeException Reason { get; }

Property Value

Type: MailBeeException
A reference to the exception.
See Also