ActionHandlerNotFoundException 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 ActionHandlerNotFoundException class.
Overloads
| ActionHandlerNotFoundException() |
Initializes a new instance of the ActionHandlerNotFoundException class with the default property values. |
| ActionHandlerNotFoundException(String) |
Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler. |
ActionHandlerNotFoundException()
Initializes a new instance of the ActionHandlerNotFoundException class with the default property values.
public:
ActionHandlerNotFoundException();
public ActionHandlerNotFoundException();
Public Sub New ()
Applies to
ActionHandlerNotFoundException(String)
Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler.
public:
ActionHandlerNotFoundException(System::String ^ actionHandlerName);
public ActionHandlerNotFoundException(string actionHandlerName);
new Microsoft.SqlServer.Management.ActionHandlerNotFoundException : string -> Microsoft.SqlServer.Management.ActionHandlerNotFoundException
Public Sub New (actionHandlerName As String)
Parameters
- actionHandlerName
- String
The name of the action handler.