Summer.Batch.Infrastructure.Item.ReaderNotOpenException Class Reference

Exception indicating that an IItemReader needs to be opened before read. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.ReaderNotOpenException:
Summer.Batch.Infrastructure.Item.ItemReaderException

Public Member Functions

 ReaderNotOpenException (string message, Exception exception)
 Creates a new ReaderNotOpenException based on a message and another exception. More...
 
 ReaderNotOpenException (string message)
 Creates a new ReaderNotOpenException based on a message. More...
 
 ReaderNotOpenException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.ItemReaderException
 ItemReaderException (string message, Exception exception)
 Creates a new ItemReaderException based on a message and another exception. More...
 
 ItemReaderException (string message)
 Creates a new ItemReaderException based on a message. More...
 
 ItemReaderException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Detailed Description

Exception indicating that an IItemReader needs to be opened before read.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.ReaderNotOpenException.ReaderNotOpenException ( string  message,
Exception  exception 
)

Creates a new ReaderNotOpenException based on a message and another exception.

Parameters
messagethe error message
exceptionthe inner exception
Summer.Batch.Infrastructure.Item.ReaderNotOpenException.ReaderNotOpenException ( string  message)

Creates a new ReaderNotOpenException based on a message.

Parameters
messagethe error message
Summer.Batch.Infrastructure.Item.ReaderNotOpenException.ReaderNotOpenException ( SerializationInfo  info,
StreamingContext  context 
)

Constructor for deserialization.

Parameters
infothe info holding the serialization data
contextthe serialization context

The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/ReaderNotOpenException.cs