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

AuthenticationFailedException() public method

Construct instance of AuthenticationFailedException
public AuthenticationFailedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public AuthenticationFailedException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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