-
Home
-
API
-
Tomlyn
-
TomlException
-
Constructors
-
TomlException(TomlSourceSpan, String, Exception?)
TomlException(TomlSourceSpan, String, Exception?) Constructor
Definition
Initializes a new instance of the TomlException class with a specific source location.
public TomlException(TomlSourceSpan span, string message, Exception? innerException)
Parameters