-
Home
-
API
-
Tomlyn.Serialization
-
TomlReader
-
Methods
-
CreateException(String)
CreateException(String) Method
Definition
Creates a TomlException with the current source location (when available).
public TomlException CreateException(string message)
Parameters
- message
- String
The exception message.
Returns