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 內的路徑。

適用於