Amazon.DirectoryService.Model.AuthenticationFailedException.AuthenticationFailedException C# (CSharp) Method

AuthenticationFailedException() public method

Constructs a new AuthenticationFailedException with the specified error message.
public AuthenticationFailedException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public AuthenticationFailedException(string message) 
            : base(message) {}
          

Same methods

AuthenticationFailedException::AuthenticationFailedException ( Exception innerException ) : System
AuthenticationFailedException::AuthenticationFailedException ( System info, System context ) : System
AuthenticationFailedException::AuthenticationFailedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AuthenticationFailedException::AuthenticationFailedException ( string message, Exception innerException ) : System
AuthenticationFailedException::AuthenticationFailedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AuthenticationFailedException