FeatureNotSupportedException 类

定义

尝试在不支持该功能的平台上使用该功能时发生的异常。

public class FeatureNotSupportedException : NotSupportedException
继承
System.NotSupportedException
FeatureNotSupportedException

构造函数

FeatureNotSupportedException()

创建 FeatureNotSupportedException 的新实例。

FeatureNotSupportedException(String)

使用指定的消息创建 FeatureNotSupportedException 的新实例。

FeatureNotSupportedException(String, Exception)

使用指定的消息和内部异常创建 FeatureNotSupportedException 的新实例。

适用于