Yaml .NET Parser

ParseException Constructor (ParseStream, Exception)

Constructor

public ParseException(
   ParseStream stream,
   Exception child
);

Parameters

stream
Stream is asked to get the line number where it goes wrong
child
The exception that is for example rethrowed

Remarks

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

See Also

ParseException Class | Yaml Namespace | ParseException Constructor Overload List