JsonException.Path Eigenschaft

Definition

Ruft den Pfad innerhalb des JSON-Codes ab, unter dem die Ausnahme aufgetreten ist.

public:
 property System::String ^ Path { System::String ^ get(); };
public string? Path { get; }
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

Eigenschaftswert

String

Der Pfad innerhalb des JSON-Objekts, in dem die Ausnahme aufgetreten ist.

Gilt für