ErrorManagerGetErrorText Method

Scanjour Workflow4 Reference Manual
Builds and returns an error text based on the provided exception.

Namespace:  Scanjour.Workflow4.ActivityLibrary.ErrorManagement
Assembly:  Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public string GetErrorText(
	Exception ex
)

Parameters

ex
Type: SystemException
The exception which is used to build the error text.

Return Value

Type: String
The error text.
See Also

Reference