Click or drag to resize

IExportErrorManagerCount Method

Gets the number of exceptions filtered by the supplied filter

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

Parameters

filter (Optional)
Type: EdaIntegrationContract.ExceptionsIExceptionFilter
Optional exception filter

Return Value

Type: Int32
Number of exceptions
See Also