Click or drag to resize

IExceptionManagerCount Method

Gets the number of exceptions that will be retrieved by the specified filter

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
int Count(
	IExceptionFilter filter = null
)

Parameters

filter (Optional)
Type: EdaIntegrationContract.ExceptionsIExceptionFilter
The filter to apply

Return Value

Type: Int32
Exception count
See Also