Click or drag to resize

ExportErrorManagerCount Method

Gets the number of exceptions filtered by the supplied filter

Namespace:  Law.EdaIntegration.Exports
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
Optional exception filter

Return Value

Type: Int32
Number of exceptions
See Also