次の方法で共有


FeatureNotSupportedException クラス

定義

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

public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
    inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
継承
FeatureNotSupportedException

コンストラクター

FeatureNotSupportedException()

FeatureNotSupportedException クラスの新しいインスタンスを初期化します。

FeatureNotSupportedException(String)

指定したメッセージを使用して、FeatureNotSupportedException クラスの新しいインスタンスを初期化します。

FeatureNotSupportedException(String, Exception)

指定したメッセージと内部例外を使用して、FeatureNotSupportedException クラスの新しいインスタンスを初期化します。

適用対象