WorkflowTerminatedException Constructor (String^, Exception^)

 

Initializes a new instance of the WorkflowTerminatedException class, with a specified error message and a reference to the inner Exception that is the cause of this Exception .

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

public:
WorkflowTerminatedException(
	String^ message,
	Exception^ exception
)

Parameters

message
Type: System::String^

The message that describes the error.

exception
Type: System::Exception^

The inner Exception reference.

.NET Framework
Available since 3.0
Return to top
Show: