ConnectionErrorEventArgs 类

定义

在连接过程中出错时发生。

public ref class ConnectionErrorEventArgs : EventArgs
public class ConnectionErrorEventArgs : EventArgs
type ConnectionErrorEventArgs = class
    inherit EventArgs
Public Class ConnectionErrorEventArgs
Inherits EventArgs
继承
ConnectionErrorEventArgs

构造函数

ConnectionErrorEventArgs(Exception)

使用指定的异常参数初始化 ConnectionErrorEventArgs 类的新实例。

属性

Exception

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

适用于