FeatureNotEnabledException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试在未启用此功能的平台上使用功能时发生的异常。
public ref class FeatureNotEnabledException : InvalidOperationException
public class FeatureNotEnabledException : InvalidOperationException
type FeatureNotEnabledException = class
inherit InvalidOperationException
Public Class FeatureNotEnabledException
Inherits InvalidOperationException
- 继承
-
FeatureNotEnabledException
构造函数
FeatureNotEnabledException() |
初始化 FeatureNotEnabledException 类的新实例。 |
FeatureNotEnabledException(String, Exception) |
使用指定的消息和内部异常初始化 FeatureNotEnabledException 类的新实例。 |
FeatureNotEnabledException(String) |
使用指定的消息初始化 FeatureNotEnabledException 类的新实例。 |