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

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

private InvalidAuthenticationCodeException ( Exception innerException ) : System
innerException System.Exception
Результат System
        internal InvalidAuthenticationCodeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InvalidAuthenticationCodeException::InvalidAuthenticationCodeException ( string message ) : 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