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

MFAMethodNotFoundException() public method

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

Same methods

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