IMailBeeFatalException Interface |
When implemented by an exception class, indicates the exception is fatal and the component
is no longer usable in the current state, so that any active tasks must be finished as soon as possible.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public interface IMailBeeFatalException
Public Interface IMailBeeFatalException
Field Value
Type:
Typical examples of fatal errors are: the operation is aborted by the user,
no valid license is assigned to the component, etc.
See Also