JsonException.Path Propriété

Définition

Obtient le chemin dans le texte JSON où l’exception a été trouvé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é

String

Chemin d’accès dans le json où l’exception a été rencontrée.

S’applique à