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