LDAP Client.Net

AuthenticationFailedException Constructor (String)

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

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

Parameters

message
A message that describes the error.

See Also

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