| ErrorEventArgsReason Property |
Gets the exception which caused the current event to be raised.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.6.0 build 690 for .NET 4.5
Syntaxpublic MailBeeException Reason { get; }Public ReadOnly Property Reason As MailBeeException
Get
Property Value
Type:
MailBeeExceptionA reference to the exception.
See Also