FeatureNotEnabledException 构造函数

定义

重载

FeatureNotEnabledException()

公共构造函数

FeatureNotEnabledException(String)

公共构造函数

FeatureNotEnabledException(String, Exception)

公共构造函数

FeatureNotEnabledException()

公共构造函数

public FeatureNotEnabledException ();

适用于

FeatureNotEnabledException(String)

公共构造函数

public FeatureNotEnabledException (string message);

参数

message
System.String

供开发人员在调试时使用的消息。

适用于

FeatureNotEnabledException(String, Exception)

公共构造函数

public FeatureNotEnabledException (string message, Exception innerException);

参数

message
System.String

供开发人员在调试时使用的消息。

innerException
System.Exception

与内部异常相关。

适用于