C# Class Nyaml.Constructor.Error

Inheritance: MarkedYamlError
Show file Open project: yaml/Nyaml

Public Methods

Method Description
Error ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System

Method Details

Error() public method

public Error ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System
context string
contextMark Mark
problem string
problemMark Mark
note string
return System