Click or drag to resize

UnifiedExceptionManagerFilterValues Method

Gets all values for a filter type

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IEnumerable<ExceptionFilterValue> FilterValues(
	ExceptionFilterType filterType
)

Parameters

filterType
Type: Law.EdaIntegration.ExceptionsExceptionFilterType
filter type

Return Value

Type: IEnumerableExceptionFilterValue
List of possible values
See Also