ControlNotFoundException 构造函数

定义

重载

ControlNotFoundException()

初始化 ControlNotFoundException 类的新实例。

ControlNotFoundException(Exception)
ControlNotFoundException(String)

使用导入的表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 中未找到的控件的名称初始化 ControlNotFoundException 的新实例。

ControlNotFoundException(String, Exception)

ControlNotFoundException()

初始化 ControlNotFoundException 类的新实例。

public ControlNotFoundException ();

适用于

ControlNotFoundException(Exception)

public ControlNotFoundException (Exception innerException);

参数

innerException
Exception

适用于

ControlNotFoundException(String)

使用导入的表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 中未找到的控件的名称初始化 ControlNotFoundException 的新实例。

public ControlNotFoundException (string identifier);

参数

identifier
String

在表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 中未找到的控件的名称。

适用于

ControlNotFoundException(String, Exception)

public ControlNotFoundException (string identifier, Exception innerException);

参数

identifier
String
innerException
Exception

适用于