ControlNotFoundException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ControlNotFoundException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ControlNotFoundException() | Initializes a new instance of the ControlNotFoundException class. | |
ControlNotFoundException(Exception) | ||
ControlNotFoundException(String) | Initializes a new instance of the ControlNotFoundException class by using the name of a control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm of an imported form region. | |
ControlNotFoundException(String, Exception) |
Top