Navigation:  User Guide for PaperSave for Blackbaud's Student Information System > PaperSave Configuration > PaperSave Settings > Workflows > Workflow 1.0 > Using States and Activities >

ThrowActivity

Previous pageReturn to chapter overviewNext page
Show/Hide Hidden Text

Throw Activity:

 

The purpose of the ThrowActivity activity is to raise exceptions declaratively, usually in response to exceptional conditions detected in a workflow.

 

The ThrowActivity activity can point to an exception object in the workflow that is derived from Exception, using the Fault property; if the Fault property is set to a specific exception instance, setting the FaultType property is not required. The execution of the ThrowActivity activity throws the exception object in the .NET Framework sense, which is using the C# throw statement. This is equivalent to a code handler of an activity throwing the exception in user code.

 

You have an ability to drag and drop the activity within an Activity as displayed below.

 

throw activity.zoom75
Click on image to magnify/shrink