ActionNotFoundException 构造函数

定义

初始化 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

表示操作名称的字符串。

适用于