次の方法で共有


ConnectionError.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

適用対象