FeatureNotEnabledException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| FeatureNotEnabledException() |
FeatureNotEnabledException クラスの新しいインスタンスを初期化します。 |
| FeatureNotEnabledException(String) |
指定されたメッセージを使用して FeatureNotEnabledException クラスの新しいインスタンスを初期化します。 |
| FeatureNotEnabledException(String, Exception) |
指定したメッセージと内部例外を使用して、FeatureNotEnabledException クラスの新しいインスタンスを初期化します。 |
FeatureNotEnabledException()
FeatureNotEnabledException クラスの新しいインスタンスを初期化します。
public:
FeatureNotEnabledException();
public FeatureNotEnabledException();
Public Sub New ()
適用対象
FeatureNotEnabledException(String)
指定されたメッセージを使用して FeatureNotEnabledException クラスの新しいインスタンスを初期化します。
public:
FeatureNotEnabledException(System::String ^ message);
public FeatureNotEnabledException(string message);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String)
パラメーター
- message
- String
この例外について詳しく説明するメッセージ。
適用対象
FeatureNotEnabledException(String, Exception)
指定したメッセージと内部例外を使用して、FeatureNotEnabledException クラスの新しいインスタンスを初期化します。
public:
FeatureNotEnabledException(System::String ^ message, Exception ^ innerException);
public FeatureNotEnabledException(string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotEnabledException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotEnabledException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
この例外について詳しく説明するメッセージ。
- innerException
- Exception
この例外に関連する内部例外。