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 (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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