| ExceptionManagerSaveAllToCsv Method |
Saves all exceptions allowed by filter to csv except specified ids
Namespace:
Law.EdaIntegration.Exceptions
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public void SaveAllToCsv(
string filename,
IEnumerable<int> exceptionIdsToSkip = null,
ExceptionFilter filter = null
)
Parameters
- filename
- Type: SystemString
Name of csv file to create - exceptionIdsToSkip (Optional)
- Type: System.Collections.GenericIEnumerableInt32
Ids of exceptions to skip - filter (Optional)
- Type: Law.EdaIntegration.ExceptionsExceptionFilter
Filter to apply
See Also