Amazon.IdentityManagement.Model.InvalidAuthenticationCodeException.InvalidAuthenticationCodeException C# (CSharp) Метод

InvalidAuthenticationCodeException() приватный Метод

Constructs a new InvalidAuthenticationCodeException with the specified error message.
private InvalidAuthenticationCodeException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        internal InvalidAuthenticationCodeException(string message) 
            : base(message) {}
          

Same methods

InvalidAuthenticationCodeException::InvalidAuthenticationCodeException ( Exception innerException ) : System
InvalidAuthenticationCodeException::InvalidAuthenticationCodeException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
InvalidAuthenticationCodeException::InvalidAuthenticationCodeException ( string message, Exception innerException ) : System
InvalidAuthenticationCodeException::InvalidAuthenticationCodeException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
InvalidAuthenticationCodeException