TaskFormNotFoundException 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 TaskFormNotFoundException class.
Overloads
| TaskFormNotFoundException() |
Initializes a new instance of the TaskFormNotFoundException class with the default property values. |
| TaskFormNotFoundException(String) |
Initializes a new instance of the TaskFormNotFoundException class with the specified name for the TaskForm. |
TaskFormNotFoundException()
Initializes a new instance of the TaskFormNotFoundException class with the default property values.
public:
TaskFormNotFoundException();
public TaskFormNotFoundException ();
Public Sub New ()
Applies to
TaskFormNotFoundException(String)
Initializes a new instance of the TaskFormNotFoundException class with the specified name for the TaskForm.
public:
TaskFormNotFoundException(System::String ^ taskFormName);
public TaskFormNotFoundException (string taskFormName);
new Microsoft.SqlServer.Management.TaskForms.TaskFormNotFoundException : string -> Microsoft.SqlServer.Management.TaskForms.TaskFormNotFoundException
Public Sub New (taskFormName As String)