FeatureNotSupportedException 類別

定義

嘗試在不支援此功能的平臺上使用功能時所發生的例外狀況。

public class FeatureNotSupportedException : NotSupportedException
繼承
System.NotSupportedException
FeatureNotSupportedException

建構函式

FeatureNotSupportedException()

建立 FeatureNotSupportedException 的新實例。

FeatureNotSupportedException(String)

使用指定的訊息建立 FeatureNotSupportedException 的新實例。

FeatureNotSupportedException(String, Exception)

使用指定的訊息和內部例外狀況,建立 FeatureNotSupportedException 的新實例。

適用於