Amazon.SQS.AmazonSQSException.AmazonSQSException C# (CSharp) Method

AmazonSQSException() public method

Construct instance of AmazonSQSException
public AmazonSQSException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public AmazonSQSException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
            : base(message, errorType, errorCode, requestId, statusCode)
        {
        }

Same methods

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