TaskFormNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe TaskFormNotFoundException.
Surcharges
| TaskFormNotFoundException() |
Initialise une nouvelle instance de la classe TaskFormNotFoundException avec les valeurs de propriétés par défaut. |
| TaskFormNotFoundException(String) |
Initialise une nouvelle instance de la classe TaskFormNotFoundException avec le nom spécifié pour TaskForm. |
TaskFormNotFoundException()
Initialise une nouvelle instance de la classe TaskFormNotFoundException avec les valeurs de propriétés par défaut.
public:
TaskFormNotFoundException();
public TaskFormNotFoundException ();
Public Sub New ()
S’applique à
TaskFormNotFoundException(String)
Initialise une nouvelle instance de la classe TaskFormNotFoundException avec le nom spécifié pour 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)