Summer.Batch.Infrastructure.Item.ItemStreamException Class Reference

Exception representing any errors encountered while processing a stream. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.ItemStreamException:

Public Member Functions

 ItemStreamException (string message)
 Constructs a new ItemStreamException with the specified message. More...
 
 ItemStreamException (string message, Exception cause)
 Constructs a new ItemStreamException with the specified message and inner exception. More...
 
 ItemStreamException (Exception cause)
 Constructs a new ItemStreamException with the specified inner exception. More...
 

Protected Member Functions

 ItemStreamException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Detailed Description

Exception representing any errors encountered while processing a stream.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.ItemStreamException.ItemStreamException ( string  message)

Constructs a new ItemStreamException with the specified message.

Parameters
messageThe error message.
Summer.Batch.Infrastructure.Item.ItemStreamException.ItemStreamException ( string  message,
Exception  cause 
)

Constructs a new ItemStreamException with the specified message and inner exception.

Parameters
messageThe error message.
causeThe cause of the error.
Summer.Batch.Infrastructure.Item.ItemStreamException.ItemStreamException ( Exception  cause)

Constructs a new ItemStreamException with the specified inner exception.

Parameters
causeThe cause of the error.
Summer.Batch.Infrastructure.Item.ItemStreamException.ItemStreamException ( SerializationInfo  info,
StreamingContext  context 
)
protected

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/ItemStreamException.cs