Gets the error text part from the specified exception.
The following instructions are supported:
- fcqn: Returns the fully qualified class name of the exception that caused this filtering entry to accept the exception. Please note, that this exception can be a derived exception type.
- cn: Returns the short class name of the exception that caused this filtering entry to accept the exception. Please note, that this exception can be a derived exception type.
The instructions does not use any 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
public 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
The instruction whether the full qualified class name (fcqn) or the short class name (cn) shall be returned. - arguments
- Type: SystemString
No used and can be left empty
Return Value
Type: String[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.ErrorManagement.ClassNameFilteringEntry.GetErrorTextPart(System.Exception,Scanjour.Workflow4.ActivityLibrary.ErrorManagement.IParameterProvider,System.String,System.String[])"]
Implements
IFilteringEntryGetErrorTextPart(Exception, IParameterProvider, String, String)See Also