Share via


FeatureNotSupportedException クラス

定義

サポートされていないプラットフォームで機能を使用しようとした場合に発生する例外。

public class FeatureNotSupportedException : NotSupportedException
継承
System.NotSupportedException
FeatureNotSupportedException

コンストラクター

FeatureNotSupportedException()

FeatureNotSupportedException の新しいインスタンスを作成します。

FeatureNotSupportedException(String)

指定したメッセージを含む FeatureNotSupportedException の新しいインスタンスを作成します。

FeatureNotSupportedException(String, Exception)

指定したメッセージと内部例外を含む FeatureNotSupportedException の新しいインスタンスを作成します。

適用対象