ControlNotFoundException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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