ControlNotFoundException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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) |
ControlNotFoundException()
Initializes a new instance of the ControlNotFoundException class.
public:
ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()
Applies to
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)
Parameters
- innerException
- Exception
Applies to
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.
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)
Parameters
- identifier
- String
The name of the control that is not found in the Microsoft.Vbe.Interop.Forms.UserForm
of the form region.
Applies to
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)
Parameters
- identifier
- String
- innerException
- Exception