Summer.Batch.Infrastructure.Item.NonTransientResourceException Class Reference

Exception indicating that an error has been encountered doing I/O from a reader, and the exception should be considered fatal. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.NonTransientResourceException:
Summer.Batch.Infrastructure.Item.ItemReaderException Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException

Public Member Functions

 NonTransientResourceException (string message, Exception exception)
 Create a new NonTransientResourceException based on a message and another exception. More...
 
 NonTransientResourceException (string message)
 Create a new NonTransientResourceException based on a message. More...
 
 NonTransientResourceException (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 doing I/O from a reader, and the exception should be considered fatal.

Constructor & Destructor Documentation

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

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

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

Create a new NonTransientResourceException based on a message.

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