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

CodeDeliveryFailureException() public method

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

Same methods

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 ) : System
CodeDeliveryFailureException::CodeDeliveryFailureException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
CodeDeliveryFailureException