Click or drag to resize

ErrorManagerSaveErrors Method (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
)

Parameters

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