ErrorEventArgsIsFinalError Property |
Indicates whether the exception caused the current event will be thrown by MailBee
once the current event handler finished execution.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool IsFinalError { get; }
Public ReadOnly Property IsFinalError As Boolean
Get
Property Value
Type:
Booleantrue if MailBee will throw the current exception once the event handler
returns control to MailBee.
false if MailBee will catch the exception and continue.
See Also