Click or drag to resize

ErrorManagerSaveErrors Method (String, String)

Saves the contained errors to the specified file.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void SaveErrors(
	string fileName,
	string header
)

Parameters

fileName
Type: SystemString
The file that contains the errors.
header
Type: SystemString
The header line of the errors file.
See Also