Click or drag to resize

ExceptionManagerSaveSelectedToCsv Method

Saves the specified exceptions to a csv file

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public 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