Click or drag to resize

ErrorManagerLoadErrors Method

Load errors from a file.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static ErrorInfo[] LoadErrors(
	string fileName
)

Parameters

fileName
Type: SystemString
The file that contains the errors.

Return Value

Type: ErrorInfo

[Missing <returns> documentation for "M:FileHelpers.ErrorManager.LoadErrors(System.String)"]

See Also