Click or drag to resize

IExportErrorManagerFilterValues Method

Gets the possible values for an exception filter

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IEnumerable<IExceptionFilterValue> FilterValues(
	ExceptionFilterType filterType
)

Parameters

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

Return Value

Type: IEnumerableIExceptionFilterValue
List of possible exception filter values
See Also