Click or drag to resize

IExceptionManagerSaveAllToCsv Method

Saves all exceptions allowed by filter to csv except specified ids

Namespace:  EdaIntegrationContract.Exceptions
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
void SaveAllToCsv(
	string filename,
	IEnumerable<int> exceptionIdsToSkip = null,
	IExceptionFilter filter = null
)

Parameters

filename
Type: SystemString
Name of csv file to create
exceptionIdsToSkip (Optional)
Type: System.Collections.GenericIEnumerableInt32
Ids of exceptions to skip
filter (Optional)
Type: EdaIntegrationContract.ExceptionsIExceptionFilter
Filter to apply
See Also