JsonException.Path Proprietà

Definizione

Ottiene il percorso all'interno del testo JSON in cui è stata rilevata l'eccezione.

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

Valore della proprietà

String

Percorso all'interno del codice JSON in cui è stata rilevata l'eccezione.

Si applica a