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

CodeDeliveryFailureException() public method

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

Same methods

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