FileHelpersException Constructor (Int32, Int32, String) |
Basic constructor of the exception.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FileHelpersException(
int line,
int column,
string message
)
Public Sub New (
line As Integer,
column As Integer,
message As String
)
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