C# Class EasyParse.Parsing.Nodes.Errors.InternalError

Inheritance: Error
ファイルを表示 Open project: zoran-horvat/easy-parse

Public Methods

Method Description
InternalError ( Location location ) : EasyParse.Text
InternalError ( Location location, string details ) : EasyParse.Text

Method Details

InternalError() public method

public InternalError ( Location location ) : EasyParse.Text
location Location
return EasyParse.Text

InternalError() public method

public InternalError ( Location location, string details ) : EasyParse.Text
location Location
details string
return EasyParse.Text