 | UnifiedExceptionManager.SaveSelectedToCsv Method |
Save specified exceptions to csv
Namespace:
Law.EdaIntegration.Exceptions
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntaxpublic void SaveSelectedToCsv(
string filename,
UnifiedExceptionFilter unifiedExceptionFilter,
IEnumerable<UnifiedException> itemsToSave
)
Parameters
- filename
- Type: System.String
Name of csv file to create - unifiedExceptionFilter
- Type: Law.EdaIntegration.Exceptions.UnifiedExceptionFilter
exception filter - itemsToSave
- Type: System.Collections.Generic.IEnumerable<UnifiedException>
list of ids to save
See Also