LDAP Client.Net

LdapException Class

The exception that is thrown when a non-fatal LDAP-specific application error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         LdapServices.Ldap.LdapException
            LdapServices.Ldap.InvalidStateException
            LdapServices.Ldap.LdapNetworkLibraryException
            LdapServices.Ldap.LicenseException
            LdapServices.Ldap.ObjectDisposedException

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

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

LdapException Members | LdapServices.Ldap Namespace