Click or drag to resize

UnifiedExceptionManagerSaveAllToCsv Method

Save all filtered exceptions to csv except specified

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

Parameters

filename
Type: SystemString
Filename of csv file to create
unifiedExceptionFilter
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
exception filter
itemsToSkip (Optional)
Type: System.Collections.GenericIEnumerableUnifiedException
list of items to skip
See Also