LDAP Client.Net

AuthenticationFailedException Class

The exception that is thrown when authentication fails.

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

System.Object
   System.Exception
      System.ApplicationException
         LdapServices.Ldap.LdapException
            LdapServices.Ldap.LdapNetworkLibraryException
               LdapServices.Ldap.AuthenticationFailedException

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

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

AuthenticationFailedException Members | LdapServices.Ldap Namespace