C# Класс Summer.Batch.Extra.Sort.SortException

Exception thrown when there are problems in a sort step. More specific sort exceptions should inherit from it.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SortException ( string message ) : System

Constructs a new SortException with a message.

Защищенные методы

Метод Описание
SortException ( SerializationInfo info, StreamingContext context ) : System

Constructor for deserialization.

Описание методов

SortException() защищенный Метод

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
Результат System

SortException() публичный Метод

Constructs a new SortException with a message.
public SortException ( string message ) : System
message string the error message
Результат System