Click or drag to resize

UnifiedExceptionFromExport Method

Create a unified exception from an export process error

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public static UnifiedException FromExport(
	Export export
)

Parameters

export
Type: Law.EdaIntegration.ExportsExport
The export with a process error

Return Value

Type: UnifiedException
Unified Exception
See Also