WorkflowApplicationException Constructor (String^)

.NET Framework (current version)
 

Creates a new instance of the WorkflowApplicationException class with a text string description of the exception.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public:
WorkflowApplicationException(
	String^ message
)

Parameters

message
Type: System::String^

A description of the application exception.

.NET Framework
Available since 4.0
Return to top
Show: