Summer.Batch.Infrastructure.Item.ParseException Class Reference

Exception indicating that an error has been encountered parsing IO, typically from a file. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.ParseException:
Summer.Batch.Infrastructure.Item.ItemReaderException Summer.Batch.Extra.Ebcdic.EbcdicParseException Summer.Batch.Infrastructure.Item.File.FlatFileParseException

Public Member Functions

 ParseException (string message, Exception exception)
 Create a new ParseException based on a message and another exception. More...
 
 ParseException (string message)
 Create a new ParseException based on a message. More...
 
 ParseException (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 error has been encountered parsing IO, typically from a file.

Constructor & Destructor Documentation

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

Create a new ParseException based on a message and another exception.

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

Create a new ParseException based on a message.

Parameters
message
Summer.Batch.Infrastructure.Item.ParseException.ParseException ( 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/ParseException.cs