Summer.Batch.Extra.Sort.SortException Class Reference

Exception thrown when there are problems in a sort step. More specific sort exceptions should inherit from it. More...

Inheritance diagram for Summer.Batch.Extra.Sort.SortException:
Summer.Batch.Extra.Sort.Legacy.Parser.ParsingException

Public Member Functions

 SortException (string message)
 Constructs a new SortException with a message. More...
 

Protected Member Functions

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

Detailed Description

Exception thrown when there are problems in a sort step. More specific sort exceptions should inherit from it.

Constructor & Destructor Documentation

Summer.Batch.Extra.Sort.SortException.SortException ( string  message)

Constructs a new SortException with a message.

Parameters
messagethe error message
Summer.Batch.Extra.Sort.SortException.SortException ( 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.Extra/Sort/SortException.cs