Click or drag to resize

ExportErrorManagerSaveAllToCsv Method

Saves all exceptions (filtered) to csv file, skipping specified exceptions

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void SaveAllToCsv(
	string filename,
	ExceptionFilter filter,
	IEnumerable<int> errorIdsToSkip = null
)

Parameters

filename
Type: SystemString
The name of the csv file to create
filter
Type: Law.EdaIntegration.ExceptionsExceptionFilter
An optional filter
errorIdsToSkip (Optional)
Type: System.Collections.GenericIEnumerableInt32
Optional list ids of errors to skip
See Also