ActionNotFoundException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ActionNotFoundException class.
Overloads
| ActionNotFoundException() |
Initializes a new instance of the ActionNotFoundException class with the default property values. |
| ActionNotFoundException(String) |
Initializes a new instance of the ActionNotFoundException class with the name of the action specified. |
ActionNotFoundException()
Initializes a new instance of the ActionNotFoundException class with the default property values.
public:
ActionNotFoundException();
public ActionNotFoundException();
Public Sub New ()
Applies to
ActionNotFoundException(String)
Initializes a new instance of the ActionNotFoundException class with the name of the action specified.
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)
Parameters
- actionName
- String
A string that represents the name of the action.