TaskFormNotFoundException Constructors

Definition

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)

Parameters

taskFormName
String

A String object that represents the name of the TaskForm.

Applies to