Delen via


ControlNotFoundException Constructors

Definition

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

Applies to