次の方法で共有


Error.Parameter プロパティ

定義

エラーの原因となった要求の パラメーターを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="parameter")]
public string Parameter { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameter")>]
member this.Parameter : string
Public ReadOnly Property Parameter As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象