LDAP Client.Net

InvalidStateException Class

The exception that is thrown when a method is called from an invalid state of the Client class.

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

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

[Visual Basic]
Public Class InvalidStateException
    Inherits LdapException
[C#]
public class InvalidStateException : LdapException
[C++]
public __gc class InvalidStateException : public LdapException
[JScript]
public class InvalidStateException 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

InvalidStateException Members | LdapServices.Ldap Namespace