Amazon.SQS.Model.ReceiptHandleIsInvalidException.ReceiptHandleIsInvalidException C# (CSharp) Method

ReceiptHandleIsInvalidException() public method

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

Same methods

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