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

TooManyEntriesInBatchRequestException() public method

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

Same methods

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