FilterGetErrorText Method

Scanjour Workflow4 Reference Manual
Makes an error text based on the provided error text format and the accociated filtering entries.

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,
	IParameterProvider parameterProvider
)

Parameters

ex
Type: SystemException
The exception that was accepted by the filter, and which will be used when making the error text.
parameterProvider
Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementIParameterProvider
Implementation of IParameterProvider, than can be used to retrieve a stored valid xml

Return Value

Type: String
The error text.
See Also

Reference