Amazon.DynamoDBv2.Model.ExpiredIteratorException.ExpiredIteratorException C# (CSharp) Method

ExpiredIteratorException() public method

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

Same methods

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