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

CodeDeliveryFailureException() public method

Construct instance of CodeDeliveryFailureException
public CodeDeliveryFailureException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public CodeDeliveryFailureException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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