Click or drag to resize

UnifiedExceptionManagerAll Method

Gets all unified exceptions (filtered)

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IEnumerable<UnifiedException> All(
	UnifiedExceptionFilter filter
)

Parameters

filter
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
Exception filter

Return Value

Type: IEnumerableUnifiedException
List of exceptions
See Also