MailBee.NET Objects 4.0

ErrorEventArgs.IsFinalError Property

Indicates whether the exception caused the current event will be thrown by MailBee once the current event handler finished execution.

public bool IsFinalError {get;}

Property Value

true 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

ErrorEventArgs Class | MailBee Namespace