ActivityException Constructor (ActivityErrorCode, Int32, String, Exception, Object)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the ActivityException class.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public ActivityException(
	ActivityErrorCode code,
	int location,
	string instanceId,
	Exception inner,
	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
inner
Type: SystemException
The inner exception
arg
Type: SystemObject
Additional arguments for the message text
Remarks

OBS -- only to be used for test. See note in WorkflowHost.cs
See Also

Reference