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 類別的新執行個體。

適用於