MailBee.NET Objects 4.0

MailBeeLicenseException Class

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.

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

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

public class MailBeeLicenseException : 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

Make sure LicenseKey static property of the component is already assigned to the correct license key to the moment of creating an instance or calling static method of the licensed class.

Currently, the licensed classes in MailBee are: Smtp, Pop3, and Imap.

Requirements

Namespace: MailBee

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

See Also

MailBeeLicenseException Members | MailBee Namespace