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

CodeMismatchException() public method

Constructs a new CodeMismatchException with the specified error message.
public CodeMismatchException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public CodeMismatchException(string message) 
            : base(message) {}
          

Same methods

CodeMismatchException::CodeMismatchException ( Exception innerException ) : System
CodeMismatchException::CodeMismatchException ( System info, System context ) : 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