MailBee.NET Objects 4.0

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.

public interface IMailBeeFatalException

Types that implement IMailBeeFatalException

Type Description
MailBeeExternalException The exception that is thrown when an error occurs in the code outside MailBee.
MailBeeInternalException The exception that is thrown when an unexpected error occurs in MailBee code.
MailBeeLicenseException The exception that is thrown during instantiation of a MailBee component or calling a static (Shared in Visual Basic) method of a component in the case when no valid license has been assigned to the component.
MailBeeUserAbortException The exception that is thrown after Abort method of MailBee component has been called.

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee Namespace