CreateException(String) Method

Definition

Assembly Tomlyn.dll

Creates a TomlException with the current source location (when available).

public TomlException CreateException(string message)

Parameters

message
String

The exception message.

Returns