Status.Exception プロパティ

定義

例外の状態を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="Exception")]
public string Exception { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Exception")>]
member this.Exception : string with get, set
Public Property Exception As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象