ControlNotFoundException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| ControlNotFoundException() |
初始化 ControlNotFoundException 类的新实例。 |
| ControlNotFoundException(Exception) | |
| ControlNotFoundException(String) |
使用导入的表单区域的 |
| ControlNotFoundException(String, Exception) |
ControlNotFoundException()
ControlNotFoundException(Exception)
ControlNotFoundException(String)
使用导入的表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 中未找到的控件的名称初始化 ControlNotFoundException 的新实例。
public ControlNotFoundException (string identifier);
参数
- identifier
- String
在表单区域的 Microsoft.Vbe.Interop.Forms.UserForm 中未找到的控件的名称。