FeatureNotSupportedException 构造函数

定义

重载

FeatureNotSupportedException()

创建 FeatureNotSupportedException 的新实例。

FeatureNotSupportedException(String)

使用指定的消息创建 FeatureNotSupportedException 的新实例。

FeatureNotSupportedException(String, Exception)

使用指定的消息和内部异常创建 FeatureNotSupportedException 的新实例。

FeatureNotSupportedException()

创建 FeatureNotSupportedException 的新实例。

public FeatureNotSupportedException ();

适用于

FeatureNotSupportedException(String)

使用指定的消息创建 FeatureNotSupportedException 的新实例。

public FeatureNotSupportedException (string message);

参数

message
System.String

异常消息。

适用于

FeatureNotSupportedException(String, Exception)

使用指定的消息和内部异常创建 FeatureNotSupportedException 的新实例。

public FeatureNotSupportedException (string message, Exception innerException);

参数

message
System.String

异常消息。

innerException
System.Exception

内部异常。

适用于