Sdílet prostřednictvím


ControlNotFoundException Konstruktory

Definice

Přetížení

ControlNotFoundException()

Inicializuje novou instanci ControlNotFoundException třídy.

ControlNotFoundException(Exception)
ControlNotFoundException(String)

Inicializuje novou instanci ControlNotFoundException třídy pomocí názvu ovládacího prvku, který není nalezen v Microsoft.Vbe.Interop.Forms.UserForm importované oblasti formuláře.

ControlNotFoundException(String, Exception)

ControlNotFoundException()

Inicializuje novou instanci ControlNotFoundException třídy.

public:
 ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()

Platí pro

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)

Parametry

innerException
Exception

Platí pro

ControlNotFoundException(String)

Inicializuje novou instanci ControlNotFoundException třídy pomocí názvu ovládacího prvku, který není nalezen v Microsoft.Vbe.Interop.Forms.UserForm importované oblasti formuláře.

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)

Parametry

identifier
String

Název ovládacího prvku, který není nalezen v Microsoft.Vbe.Interop.Forms.UserForm oblasti formuláře.

Platí pro

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)

Parametry

identifier
String
innerException
Exception

Platí pro