Exception thrown when parsing or serializing TOML fails.
public sealed class TomlException : Exception, ISerializable
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlException(String, Exception)Initializes a new instance of the TomlException class.TomlException(String)Initializes a new instance of the TomlException class.TomlException(DiagnosticsBag)Initializes a new instance of the TomlException class.TomlException(TomlSourceSpan, String, Exception?)Initializes a new instance of the TomlException class with a specific source location.TomlException(TomlSourceSpan, String)Initializes a new instance of the TomlException class with a specific source location.ColumnGets the 1-based column number associated with this exception, or null when unknown.DiagnosticsGets the diagnostics associated with the exception.LineGets the 1-based line number associated with this exception, or null when unknown.OffsetGets the 0-based offset associated with this exception, or null when unknown.SourceNameGets the optional source name associated with this exception (for example, a file path).SpanGets the optional source span associated with this exception.