TomlException(TomlSourceSpan, String, Exception?) Constructor

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Initializes a new instance of the TomlException class with a specific source location.

public TomlException(TomlSourceSpan span, string message, Exception? innerException)

Parameters

message
String
innerException
Exception