C# 클래스 Summer.Batch.Extra.Sort.Legacy.Parser.ParsingException

상속: SortException
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Sets the SerializationInfo with information about the exception.

ParsingException ( string message ) : System

Constructs a new ParsingException with a message but no parsed string or index.

ParsingException ( string message, string parsedString, int index ) : System

Constructs a new ParsingException with a message, a parsed string, and an index.

보호된 메소드들

메소드 설명
ParsingException ( SerializationInfo info, StreamingContext context ) : System

Constructor for deserialization.

메소드 상세

GetObjectData() 공개 메소드

Sets the SerializationInfo with information about the exception.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo /// The that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains contextual information about the source or destination. ///
리턴 void

ParsingException() 보호된 메소드

Constructor for deserialization.
protected ParsingException ( 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

ParsingException() 공개 메소드

Constructs a new ParsingException with a message but no parsed string or index.
public ParsingException ( string message ) : System
message string the error message
리턴 System

ParsingException() 공개 메소드

Constructs a new ParsingException with a message, a parsed string, and an index.
public ParsingException ( string message, string parsedString, int index ) : System
message string the error message
parsedString string the parsed string
index int an index in the parsed string
리턴 System