C# Class SenseNet.Search.Parser.ParserException

Inheritance: System.Exception
显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
ParserException ( LineInfo lineInfo ) : System
ParserException ( string message, Exception inner, LineInfo lineInfo ) : System
ParserException ( string message, LineInfo lineInfo ) : System

Protected Methods

Method Description
ParserException ( System info, System context ) : System

Private Methods

Method Description
MessageHelper ( string message, LineInfo lineInfo ) : string

Method Details

ParserException() public method

public ParserException ( LineInfo lineInfo ) : System
lineInfo LineInfo
return System

ParserException() protected method

protected ParserException ( System info, System context ) : System
info System
context System
return System

ParserException() public method

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

ParserException() public method

public ParserException ( string message, LineInfo lineInfo ) : System
message string
lineInfo LineInfo
return System