WorkflowValidationFailedException Constructor (String^, Exception^)

 

Initializes a new instance of the WorkflowValidationFailedException class. The exception message and the inner exception are passed as parameters.

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

public:
WorkflowValidationFailedException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The exception message.

innerException
Type: System::Exception^

The InnerException associated with this exception.

.NET Framework
Available since 3.0
Return to top
Show: