ControlNotFoundException 构造函数

定义

重载

ControlNotFoundException()

初始化 ControlNotFoundException 类的新实例。

ControlNotFoundException(Exception)
ControlNotFoundException(String)

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

ControlNotFoundException(String, Exception)

ControlNotFoundException()

初始化 ControlNotFoundException 类的新实例。

public:
 ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()

适用于

ControlNotFoundException(Exception)

public:
 ControlNotFoundException(Exception ^ innerException);
public ControlNotFoundException (Exception innerException);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : Exception -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (innerException As Exception)

参数

innerException
Exception

适用于

ControlNotFoundException(String)

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

public:
 ControlNotFoundException(System::String ^ identifier);
public ControlNotFoundException (string identifier);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : string -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (identifier As String)

参数

identifier
String

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

适用于

ControlNotFoundException(String, Exception)

public:
 ControlNotFoundException(System::String ^ identifier, Exception ^ innerException);
public ControlNotFoundException (string identifier, Exception innerException);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : string * Exception -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (identifier As String, innerException As Exception)

参数

identifier
String
innerException
Exception

适用于