ConnectionErrorEventArgs.Exception 屬性

定義

當執行 時 ConnectionErrorEventArgs發生錯誤時拋出的例外。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

屬性值

回傳一個例外,代表執行期間 ConnectionErrorEventArgs發生的錯誤。

適用於