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

适用于