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 );
AuthenticationFailedException Class | LdapServices.Ldap Namespace | AuthenticationFailedException Constructor Overload List