FeatureNotEnabledException 類別

定義

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

public ref class FeatureNotEnabledException : InvalidOperationException
public class FeatureNotEnabledException : InvalidOperationException
type FeatureNotEnabledException = class
    inherit InvalidOperationException
Public Class FeatureNotEnabledException
Inherits InvalidOperationException
繼承
FeatureNotEnabledException

建構函式

FeatureNotEnabledException()

初始化 FeatureNotEnabledException 類別的新執行個體。

FeatureNotEnabledException(String)

使用指定的訊息初始化 FeatureNotEnabledException 類別的新執行個體。

FeatureNotEnabledException(String, Exception)

使用指定的訊息和內部例外狀況初始化 FeatureNotEnabledException 類別的新執行個體。

適用於