C# Class Nyaml.MarkedYamlError

Inheritance: YamlError
Mostra file Open project: yaml/Nyaml

Public Methods

Method Description
MarkedYamlError ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System.Collections.Generic

Private Methods

Method Description
MakeMessage ( string context, Mark contextMark, string problem, Mark problemMark, string note ) : string

Method Details

MarkedYamlError() public method

public MarkedYamlError ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System.Collections.Generic
context string
contextMark Mark
problem string
problemMark Mark
note string
return System.Collections.Generic