ThrowIfDeserializationDiagnostics(TomlReader) Method

Definition

Assembly Tomlyn.dll

Throws a TomlException when recoverable deserialization diagnostics were recorded for the reader.

protected static void ThrowIfDeserializationDiagnostics(TomlReader reader)

Parameters

reader
TomlReader

The TOML reader.