[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.CSVAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CSVParserException(
int line = -1,
int column = -1
)
public CSVParserException(
int line = -1,
int column = -1
)
Public Sub New (
Optional line As Integer = -1,
Optional column As Integer = -1
)
Public Sub New (
Optional line As Integer = -1,
Optional column As Integer = -1
)
public:
CSVParserException(
int line = -1,
int column = -1
)
public:
CSVParserException(
int line = -1,
int column = -1
)
new :
?line : int *
?column : int
(* Defaults:
let _line = defaultArg line -1
let _column = defaultArg column -1
*)
-> CSVParserException
new :
?line : int *
?column : int
(* Defaults:
let _line = defaultArg line -1
let _column = defaultArg column -1
*)
-> CSVParserException