MailBee.NET Objects 4.0

MailBeeUserAbortException Class

The exception that is thrown after Abort method of MailBee component has been called.

For a list of all members of this type, see MailBeeUserAbortException Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeLocalException
               MailBee.MailBeeUserAbortException

public class MailBeeUserAbortException : MailBeeLocalException, IMailBeeFatalException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

For instance, if the Pop3 component is downloading mail (DownloadEntireMessage method is in progress), and Abort is called, DownloadEntireMessage method will throw this exception.

Requirements

Namespace: MailBee

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

See Also

MailBeeUserAbortException Members | MailBee Namespace