Click or drag to resize

FileHelpersException Constructor (Int32, Int32, String)

Basic constructor of the exception.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FileHelpersException(
	int line,
	int column,
	string message
)

Parameters

line
Type: SystemInt32
The line number where the problem was found
column
Type: SystemInt32
The column number where the problem was found
message
Type: SystemString
Message of the exception.
See Also