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
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
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