Click or drag to resize

UnifiedExceptionFromExportError Method

Create a unified exception from an export error

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public static UnifiedException FromExportError(
	ExportError exportError
)

Parameters

exportError
Type: Law.EdaIntegration.ExportsExportError
The export error

Return Value

Type: UnifiedException
Unified exception
See Also