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

AuthenticationFailedException() public method

Construct instance of AuthenticationFailedException
public AuthenticationFailedException ( Exception innerException ) : System
innerException System.Exception
return System
        public AuthenticationFailedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

AuthenticationFailedException::AuthenticationFailedException ( System info, System context ) : System
AuthenticationFailedException::AuthenticationFailedException ( string message ) : 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