Click or drag to resize

PFServiceHandleException Method

Handles an exception for an operation, tries to log and rethrow.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void HandleException(
	Exception ex,
	string operationName,
	CodeStep step = null
)

Parameters

ex
Type: SystemException
operationName
Type: SystemString
step (Optional)
Type: MicaSystems.UtilsCodeStep
See Also