C# 클래스 SenseNet.Search.Parser.ParserException

상속: System.Exception
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
ParserException ( LineInfo lineInfo ) : System
ParserException ( string message, Exception inner, LineInfo lineInfo ) : System
ParserException ( string message, LineInfo lineInfo ) : System

보호된 메소드들

메소드 설명
ParserException ( System info, System context ) : System

비공개 메소드들

메소드 설명
MessageHelper ( string message, LineInfo lineInfo ) : string

메소드 상세

ParserException() 공개 메소드

public ParserException ( LineInfo lineInfo ) : System
lineInfo LineInfo
리턴 System

ParserException() 보호된 메소드

protected ParserException ( System info, System context ) : System
info System
context System
리턴 System

ParserException() 공개 메소드

public ParserException ( string message, Exception inner, LineInfo lineInfo ) : System
message string
inner System.Exception
lineInfo LineInfo
리턴 System

ParserException() 공개 메소드

public ParserException ( string message, LineInfo lineInfo ) : System
message string
lineInfo LineInfo
리턴 System