Click or drag to resize

UnifiedExceptionManager.SaveSelectedToCsv Method

Save specified exceptions to csv

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void SaveSelectedToCsv(
	string filename,
	UnifiedExceptionFilter unifiedExceptionFilter,
	IEnumerable<UnifiedException> itemsToSave
)

Parameters

filename
Type: System.String
Name of csv file to create
unifiedExceptionFilter
Type: Law.EdaIntegration.Exceptions.UnifiedExceptionFilter
exception filter
itemsToSave
Type: System.Collections.Generic.IEnumerable<UnifiedException>
list of ids to save
See Also