LDAP Client.Net

AuthenticationFailedException Constructor

Initializes a new instance of the AuthenticationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Overload List

Initializes a new instance of the AuthenticationFailedException class.

[Visual Basic] Public Sub New()
[C#] public AuthenticationFailedException();
[C++] public: AuthenticationFailedException();
[JScript] public function AuthenticationFailedException();

Initializes a new instance of the AuthenticationFailedException class with a specified error message.

[Visual Basic] Public Sub New(ByVal Integer)
[C#] public AuthenticationFailedException(int);
[C++] public: AuthenticationFailedException(int);
[JScript] public function AuthenticationFailedException(int);

Initializes a new instance of the AuthenticationFailedException class with a specified error message.

[Visual Basic] Public Sub New(ByVal String)
[C#] public AuthenticationFailedException(string);
[C++] public: AuthenticationFailedException(String*);
[JScript] public function AuthenticationFailedException(String);

Initializes a new instance of the AuthenticationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

[Visual Basic] Public Sub New(ByVal String,ByVal Exception)
[C#] public AuthenticationFailedException(string,Exception);
[C++] public: AuthenticationFailedException(String*,Exception*);
[JScript] public function AuthenticationFailedException(String,Exception);

See Also

AuthenticationFailedException Class | LdapServices.Ldap Namespace