次の方法で共有


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

適用対象