Summer.Batch.Infrastructure.Item.UnexpectedInputException Class Reference

Used to signal an unexpected end of an input or message stream. This is an abnormal condition, not just the end of the data - e.g. if a resource becomes unavailable, or a stream becomes unreadable. More...

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

Public Member Functions

 UnexpectedInputException (string message, Exception exception)
 Create a new UnexpectedInputException based on a message and an inner exception. More...
 
 UnexpectedInputException (string message)
 Create a new UnexpectedInputException based on a message. 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

Used to signal an unexpected end of an input or message stream. This is an abnormal condition, not just the end of the data - e.g. if a resource becomes unavailable, or a stream becomes unreadable.

Constructor & Destructor Documentation

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

Create a new UnexpectedInputException based on a message and an inner exception.

Parameters
message
exception
Summer.Batch.Infrastructure.Item.UnexpectedInputException.UnexpectedInputException ( string  message)

Create a new UnexpectedInputException based on a message.

Parameters
message

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