Initializes a new instance of the ActivityException class.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public ActivityException( ActivityErrorCode code, int location, string instanceId, params Object[] arg )
Parameters
- code
- Type: Scanjour.Workflow4.ActivityLibraryActivityErrorCode
The ActivityErrorCode describing the nature of the problem - location
- Type: SystemInt32
The throw location - instanceId
- Type: SystemString
The workflow instance running - arg
- Type: SystemObject
Additional arguments for the message text
Remarks
See Also