LDAP Client.Net

AuthenticationFailedException Constructor (Int32)

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

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

Parameters

errorCode
Error code returned from the Windows LDAP library.

See Also

AuthenticationFailedException Class | LdapServices.Ldap Namespace | AuthenticationFailedException Constructor Overload List