C# 클래스 Expl.Itinerary.Parser.TDLParser.ParserException

TDL parser exception.
상속: System.Exception
파일 보기 프로젝트 열기: spoulson/Itinerary

공개 메소드들

메소드 설명
ParserException ( string Message ) : System
ParserException ( string Message, Exception InnerException ) : System

메소드 상세

ParserException() 공개 메소드

public ParserException ( string Message ) : System
Message string
리턴 System

ParserException() 공개 메소드

public ParserException ( string Message, Exception InnerException ) : System
Message string
InnerException System.Exception
리턴 System