Offset Property

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Gets the 0-based offset associated with this exception, or null when unknown.

public int? Offset { get; }

Returns

Remarks

This offset represents a character offset in the decoded TOML payload. When parsing UTF-8 inputs, the offset is computed after decoding.