 | IExportErrorManager.SaveSelectedToCsv Method |
Saves exceptions with supplied ids to csv file
Namespace:
EdaIntegrationContract.Exports
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntaxvoid SaveSelectedToCsv(
string filename,
IEnumerable<int> errorIdsToSave
)
Parameters
- filename
- Type: System.String
The name of the csv file to create - errorIdsToSave
- Type: System.Collections.Generic.IEnumerable<Int32>
ids of exceptions to save
See Also