Job.Exception プロパティ

定義

ジョブの例外を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象