Compartir a través de


JsonException.Path Propiedad

Definición

Obtiene la ruta de acceso dentro del código JSON donde se encontró la excepción.

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

Valor de propiedad

String

Ruta de acceso dentro del JSON donde se encontró la excepción.

Se aplica a