ErrorManagerSaveErrors Method (String, String) |
Saves the contained errors to the specified file.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic void SaveErrors(
string fileName,
string header
)
Public Sub SaveErrors (
fileName As String,
header As String
)
Parameters
- fileName
- Type: SystemString
The file that contains the errors. - header
- Type: SystemString
The header line of the errors file.
See Also