Share via


TestJob.Exception Property

Definition

Gets or sets the exception of the test job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to