LDAP Client.Net

LicenseException Class

The exception that is thrown when license error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         LdapServices.Ldap.LdapException
            LdapServices.Ldap.LicenseException

[Visual Basic]
Public Class LicenseException
    Inherits LdapException
[C#]
public class LicenseException : LdapException
[C++]
public __gc class LicenseException : public LdapException
[JScript]
public class LicenseException extends LdapException

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.

Requirements

Namespace: LdapServices.Ldap

Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)

See Also

LicenseException Members | LdapServices.Ldap Namespace