ActionNotFoundException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ActionNotFoundException 类的新实例。
重载
ActionNotFoundException() |
使用默认属性值初始化 ActionNotFoundException 类的新实例。 |
ActionNotFoundException(String) |
使用指定操作的名称初始化 ActionNotFoundException 类的新实例。 |
ActionNotFoundException()
使用默认属性值初始化 ActionNotFoundException 类的新实例。
public:
ActionNotFoundException();
public ActionNotFoundException ();
Public Sub New ()
适用于
ActionNotFoundException(String)
使用指定操作的名称初始化 ActionNotFoundException 类的新实例。
public:
ActionNotFoundException(System::String ^ actionName);
public ActionNotFoundException (string actionName);
new Microsoft.SqlServer.Management.ActionNotFoundException : string -> Microsoft.SqlServer.Management.ActionNotFoundException
Public Sub New (actionName As String)
参数
- actionName
- String
表示操作名称的字符串。