FeatureNotSupportedException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試在不支援此功能的平臺上使用功能時所發生的例外狀況。
public ref class FeatureNotSupportedException : NotSupportedException
public class FeatureNotSupportedException : NotSupportedException
type FeatureNotSupportedException = class
inherit NotSupportedException
Public Class FeatureNotSupportedException
Inherits NotSupportedException
- 繼承
-
FeatureNotSupportedException
建構函式
FeatureNotSupportedException() |
初始化 FeatureNotSupportedException 類別的新執行個體。 |
FeatureNotSupportedException(String, Exception) |
使用指定的訊息和內部例外狀況初始化 FeatureNotSupportedException 類別的新執行個體。 |
FeatureNotSupportedException(String) |
使用指定的訊息初始化 FeatureNotSupportedException 類別的新執行個體。 |