ConnectionErrorEventArgs.Exception 属性

定义

在执行 ConnectionErrorEventArgs 的过程中出错时引发的异常。

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

属性值

返回一个异常,该异常表示在执行 ConnectionErrorEventArgs 的过程中发生的错误。

适用于