C# Class Summer.Batch.Extra.Sort.SortException

Exception thrown when there are problems in a sort step. More specific sort exceptions should inherit from it.
Inheritance: System.Exception
Afficher le fichier Open project: SummerBatch/SummerBatch

Méthodes publiques

Méthode Description
SortException ( string message ) : System

Constructs a new SortException with a message.

Méthodes protégées

Méthode Description
SortException ( SerializationInfo info, StreamingContext context ) : System

Constructor for deserialization.

Method Details

SortException() protected méthode

Constructor for deserialization.
protected SortException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo the info holding the serialization data
context System.Runtime.Serialization.StreamingContext the serialization context
Résultat System

SortException() public méthode

Constructs a new SortException with a message.
public SortException ( string message ) : System
message string the error message
Résultat System