FeatureNotSupportedException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FeatureNotSupportedException() |
初始化 FeatureNotSupportedException 类的新实例。 |
FeatureNotSupportedException(String) |
使用指定的消息初始化 FeatureNotSupportedException 类的新实例。 |
FeatureNotSupportedException(String, Exception) |
使用指定的消息和内部异常初始化 FeatureNotSupportedException 类的新实例。 |
FeatureNotSupportedException()
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
初始化 FeatureNotSupportedException 类的新实例。
public:
FeatureNotSupportedException();
public FeatureNotSupportedException ();
Public Sub New ()
适用于
FeatureNotSupportedException(String)
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
使用指定的消息初始化 FeatureNotSupportedException 类的新实例。
public:
FeatureNotSupportedException(System::String ^ message);
public FeatureNotSupportedException (string message);
new Microsoft.Maui.ApplicationModel.FeatureNotSupportedException : string -> Microsoft.Maui.ApplicationModel.FeatureNotSupportedException
Public Sub New (message As String)
参数
- message
- String
更详细地描述此异常的消息。
适用于
FeatureNotSupportedException(String, Exception)
- Source:
- Exceptions.shared.cs
- Source:
- Exceptions.shared.cs
使用指定的消息和内部异常初始化 FeatureNotSupportedException 类的新实例。
public:
FeatureNotSupportedException(System::String ^ message, Exception ^ innerException);
public FeatureNotSupportedException (string message, Exception innerException);
new Microsoft.Maui.ApplicationModel.FeatureNotSupportedException : string * Exception -> Microsoft.Maui.ApplicationModel.FeatureNotSupportedException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
更详细地描述此异常的消息。
- innerException
- Exception
与此异常相关的内部异常。