Amazon.CognitoIdentityProvider.Model.CodeMismatchException.CodeMismatchException C# (CSharp) Method

CodeMismatchException() public method

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

Same methods

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