Gets the 0-based offset associated with this exception, or null when unknown.
null
public int? Offset { get; }
This offset represents a character offset in the decoded TOML payload. When parsing UTF-8 inputs, the offset is computed after decoding.