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

CodeMismatchException() public method

Construct instance of CodeMismatchException
public CodeMismatchException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public CodeMismatchException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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