C# Class Nyaml.MarkedYamlError

Inheritance: YamlError
Afficher le fichier Open project: yaml/Nyaml

Méthodes publiques

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

Private Methods

Méthode Description
MakeMessage ( string context, Mark contextMark, string problem, Mark problemMark, string note ) : string

Method Details

MarkedYamlError() public méthode

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
Résultat System.Collections.Generic