Partager via


WorkflowValidationFailedException Constructeurs

Définition

Initialise une nouvelle instance de la classe WorkflowValidationFailedException.

Surcharges

WorkflowValidationFailedException()

Initialise une nouvelle instance de la classe WorkflowValidationFailedException.

WorkflowValidationFailedException(String)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d'exception est passé en tant que paramètre.

WorkflowValidationFailedException(String, Exception)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d'exception et l'exception interne sont passés en tant que paramètres.

WorkflowValidationFailedException(String, ValidationErrorCollection)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d’exception et la collection d’erreurs sont passés en tant que paramètres.

WorkflowValidationFailedException()

Initialise une nouvelle instance de la classe WorkflowValidationFailedException.

public:
 WorkflowValidationFailedException();
public WorkflowValidationFailedException ();
Public Sub New ()

S’applique à

WorkflowValidationFailedException(String)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d'exception est passé en tant que paramètre.

public:
 WorkflowValidationFailedException(System::String ^ message);
public WorkflowValidationFailedException (string message);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String)

Paramètres

message
String

Message d'exception.

S’applique à

WorkflowValidationFailedException(String, Exception)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d'exception et l'exception interne sont passés en tant que paramètres.

public:
 WorkflowValidationFailedException(System::String ^ message, Exception ^ innerException);
public WorkflowValidationFailedException (string message, Exception innerException);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string * Exception -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String

Message d'exception.

innerException
Exception

InnerException associé à cette exception.

S’applique à

WorkflowValidationFailedException(String, ValidationErrorCollection)

Initialise une nouvelle instance de la classe WorkflowValidationFailedException. Le message d’exception et la collection d’erreurs sont passés en tant que paramètres.

public:
 WorkflowValidationFailedException(System::String ^ message, System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ errors);
public WorkflowValidationFailedException (string message, System.Workflow.ComponentModel.Compiler.ValidationErrorCollection errors);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string * System.Workflow.ComponentModel.Compiler.ValidationErrorCollection -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String, errors As ValidationErrorCollection)

Paramètres

message
String

Message d'exception.

errors
ValidationErrorCollection

ValidationErrorCollection associé à cette exception.

S’applique à