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 内のパス。

適用対象