ControlNotFoundException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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