If the provided exception is accepted by this class, then the implementation of this method shall return an error text part
that can be used to form an error message. The error text part is derived from the exception based on the provided instruction
and the optional arguments.
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
string GetErrorTextPart( Exception ex, IParameterProvider parameterProvider, string instruction, params string[] arguments )
Parameters
- ex
- Type: SystemException
The exception from which the error text part is derived. - parameterProvider
- Type: Scanjour.Workflow4.ActivityLibrary.ErrorManagementIParameterProvider
Implementation of IParameterProvider, than can be used to retrieve a stored valid xml - instruction
- Type: SystemString
Indicates (implementation specific) how the error text part shall be produced. - arguments
- Type: SystemString
Arguments, which controlles the error text part production.
Return Value
Type: StringThe error text part.
See Also