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