次の方法で共有


TestJob.Exception プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象