Click or drag to resize

IExportErrorManager.SaveSelectedToCsv Method

Saves exceptions with supplied ids to csv file

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
void 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