WorkflowTerminatedException 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 WorkflowTerminatedException.
Surcharges
WorkflowTerminatedException() |
Initialise une nouvelle instance de la classe WorkflowTerminatedException. |
WorkflowTerminatedException(String) |
Initialise une nouvelle instance de la classe WorkflowTerminatedException avec un message d'erreur spécifié. |
WorkflowTerminatedException(String, Exception) |
Initialise une nouvelle instance de la classe WorkflowTerminatedException avec un message d'erreur spécifié et une référence au Exception interne qui est à l'origine de ce Exception. |
WorkflowTerminatedException()
Initialise une nouvelle instance de la classe WorkflowTerminatedException.
public:
WorkflowTerminatedException();
public WorkflowTerminatedException ();
Public Sub New ()
S’applique à
WorkflowTerminatedException(String)
Initialise une nouvelle instance de la classe WorkflowTerminatedException avec un message d'erreur spécifié.
public:
WorkflowTerminatedException(System::String ^ message);
public WorkflowTerminatedException (string message);
new System.Workflow.ComponentModel.WorkflowTerminatedException : string -> System.Workflow.ComponentModel.WorkflowTerminatedException
Public Sub New (message As String)
Paramètres
- message
- String
Message décrivant l'erreur.
S’applique à
WorkflowTerminatedException(String, Exception)
Initialise une nouvelle instance de la classe WorkflowTerminatedException avec un message d'erreur spécifié et une référence au Exception interne qui est à l'origine de ce Exception.
public:
WorkflowTerminatedException(System::String ^ message, Exception ^ exception);
public WorkflowTerminatedException (string message, Exception exception);
new System.Workflow.ComponentModel.WorkflowTerminatedException : string * Exception -> System.Workflow.ComponentModel.WorkflowTerminatedException
Public Sub New (message As String, exception As Exception)
Paramètres
- message
- String
Message décrivant l'erreur.