InvalidCommandTreeException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InvalidCommandTreeException クラスの新しいインスタンスを初期化します。
オーバーロード
InvalidCommandTreeException() |
既定のメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。 |
InvalidCommandTreeException(String) |
指定したメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。 |
InvalidCommandTreeException(String, Exception) |
指定したメッセージと内部例外を使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。 |
InvalidCommandTreeException()
既定のメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。
public:
InvalidCommandTreeException();
public InvalidCommandTreeException ();
Public Sub New ()
適用対象
InvalidCommandTreeException(String)
指定したメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。
public:
InvalidCommandTreeException(System::String ^ message);
public InvalidCommandTreeException (string message);
new System.Data.InvalidCommandTreeException : string -> System.Data.InvalidCommandTreeException
Public Sub New (message As String)
パラメーター
- message
- String
例外メッセージです。
適用対象
InvalidCommandTreeException(String, Exception)
指定したメッセージと内部例外を使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。
public:
InvalidCommandTreeException(System::String ^ message, Exception ^ innerException);
public InvalidCommandTreeException (string message, Exception innerException);
new System.Data.InvalidCommandTreeException : string * Exception -> System.Data.InvalidCommandTreeException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外メッセージです。
- innerException
- Exception
この InvalidCommandTreeException の原因になった例外です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET