LDAP Client.Net

ObjectDisposedException Class

The exception that is thrown when a method is called on a disposed object of this class library.

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

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

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

ObjectDisposedException Members | LdapServices.Ldap Namespace