ErrorManagerLoadErrors Method |
Load errors from a file.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic static ErrorInfo[] LoadErrors(
string fileName
)
Public Shared Function LoadErrors (
fileName As String
) As ErrorInfo()
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