Click or drag to resize

ExportErrorManagerFilterValues Method

Gets the possible values for an exception filter

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

Parameters

filterType
Type: Law.EdaIntegration.ExceptionsExceptionFilterType
the type of filter for which to get values

Return Value

Type: IEnumerableExceptionFilterValue
List of possible exception filter values
See Also