[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)
protected CSVParserException(
SerializationInfo info,
StreamingContext context,
int line = -1,
int column = -1
)
protected CSVParserException(
SerializationInfo info,
StreamingContext context,
int line = -1,
int column = -1
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext,
Optional line As Integer = -1,
Optional column As Integer = -1
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext,
Optional line As Integer = -1,
Optional column As Integer = -1
)
protected:
CSVParserException(
SerializationInfo^ info,
StreamingContext context,
int line = -1,
int column = -1
)
protected:
CSVParserException(
SerializationInfo^ info,
StreamingContext context,
int line = -1,
int column = -1
)
new :
info : SerializationInfo *
context : StreamingContext *
?line : int *
?column : int
(* Defaults:
let _line = defaultArg line -1
let _column = defaultArg column -1
*)
-> CSVParserException
new :
info : SerializationInfo *
context : StreamingContext *
?line : int *
?column : int
(* Defaults:
let _line = defaultArg line -1
let _column = defaultArg column -1
*)
-> CSVParserException