共用方式為


ControlNotFoundException 建構函式

定義

多載

ControlNotFoundException()

初始化 ControlNotFoundException 類別的新執行個體。

ControlNotFoundException(Exception)
ControlNotFoundException(String)

使用在匯入表單區域的 Microsoft.Vbe.Interop.Forms.UserForm 中找不到的控制項名稱,初始化 ControlNotFoundException 類別的新執行個體。

ControlNotFoundException(String, Exception)

ControlNotFoundException()

初始化 ControlNotFoundException 類別的新執行個體。

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

適用於

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)

參數

innerException
Exception

適用於

ControlNotFoundException(String)

使用在匯入表單區域的 Microsoft.Vbe.Interop.Forms.UserForm 中找不到的控制項名稱,初始化 ControlNotFoundException 類別的新執行個體。

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)

參數

identifier
String

在表單區域的 Microsoft.Vbe.Interop.Forms.UserForm 中找不到的控制項名稱。

適用於

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)

參數

identifier
String
innerException
Exception

適用於