C# Class Scriban.Runtime.ScriptParserRuntimeException

Inheritance: ScriptRuntimeException
Exibir arquivo Open project: lunet-io/scriban

Public Methods

Method Description
ScriptParserRuntimeException ( SourceSpan span, string message, List parserMessages ) : System
ScriptParserRuntimeException ( SourceSpan span, string message, List parserMessages, Exception innerException ) : System
ToString ( ) : string

Method Details

ScriptParserRuntimeException() public method

public ScriptParserRuntimeException ( SourceSpan span, string message, List parserMessages ) : System
span Scriban.Parsing.SourceSpan
message string
parserMessages List
return System

ScriptParserRuntimeException() public method

public ScriptParserRuntimeException ( SourceSpan span, string message, List parserMessages, Exception innerException ) : System
span Scriban.Parsing.SourceSpan
message string
parserMessages List
innerException System.Exception
return System

ToString() public method

public ToString ( ) : string
return string