Click or drag to resize

UnifiedExceptionFromExceptionItem Method

Create a new unified exception from a processing exception

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public static UnifiedException FromExceptionItem(
	ExceptionItem exceptionItem
)

Parameters

exceptionItem
Type: Law.EdaIntegration.ExceptionsExceptionItem
The processing exception from which to create the unified exception

Return Value

Type: UnifiedException
Unified Exception
See Also