Yaml .NET Parser

ParseException Constructor (ParseStream, String)

Constructor

public ParseException(
   ParseStream stream,
   String message
);

Parameters

stream
Stream is asked to get the line number where it goes wrong
message
Info about the exception

Remarks

Missing <remarks> documentation for M:Yaml.ParseException.#ctor(Yaml.ParseStream,System.String)

See Also

ParseException Class | Yaml Namespace | ParseException Constructor Overload List