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

ExpiredIteratorException() public method

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

Same methods

ExpiredIteratorException::ExpiredIteratorException ( System info, System context ) : System
ExpiredIteratorException::ExpiredIteratorException ( string message ) : 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