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

ExpiredIteratorException() public method

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

Same methods

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