Integration Library
Integration Library
API Reference
Namespaces
EdaIntegrationContract.Exceptions
IExceptionManager Interface
IExceptionManager Methods
All Method
ById Method
Checksum Method
Count Method
CountsByType Method
FilterValues Method
NewExceptionFilter Method
NextPage Method
ReProcess Method
ReProcessAll Method
SaveAllToCsv Method
SaveSelectedToCsv Method
UpdateProperties Method
IExceptionManager
Count 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#
Copy
int
Count
(
IExceptionFilter
filter
=
null
)
Parameters
filter
(Optional)
Type:
EdaIntegrationContract.Exceptions
IExceptionFilter
The filter to apply
Return Value
Type:
Int32
Exception count
See Also
Reference
IExceptionManager Interface
EdaIntegrationContract.Exceptions Namespace