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