JsonException.Path Propriété

Définition

Obtient le chemin d’accès au sein du json où l’exception a été rencontrée.

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

Valeur de propriété

Chemin d’accès au format JSON où l’exception a été rencontrée.

S’applique à