WorkflowValidationFailedException Constructor (String^)

 

Initializes a new instance of the WorkflowValidationFailedException class. The exception message is passed as a parameter.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
WorkflowValidationFailedException(
	String^ message
)

Parameters

message
Type: System::String^

The exception message.

.NET Framework
Available since 3.0
Return to top
Show: