Click or drag to resize

ExceptionManagerCount Method

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

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public int Count(
	ExceptionFilter filter = null
)

Parameters

filter (Optional)
Type: Law.EdaIntegration.ExceptionsExceptionFilter
The filter to apply

Return Value

Type: Int32
Exception count
See Also