Share via


ConnectionError.Exception Property

Definition

Gets or sets detailed error message about the failed connection.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to