FeatureNotEnabledException 构造函数   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
 
与内部异常相关。