| IExceptionManagerSaveSelectedToCsv Method |
Saves the specified exceptions to a csv file
Namespace:
EdaIntegrationContract.Exceptions
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax void SaveSelectedToCsv(
string filename,
IEnumerable<int> exceptionIdsToSave
)
Parameters
- filename
- Type: SystemString
The name of the csv file to create - exceptionIdsToSave
- Type: System.Collections.GenericIEnumerableInt32
A list of ids of exceptions to save
See Also