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 类的新实例。

适用于