JsonException.Path 属性

定义

获取 JSON 中遇到异常的路径。

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

属性值

String

遇到异常的 JSON 中的路径。

适用于