CSVParserException Constructor (SerializationInfo, StreamingContext, Int32, Int32)NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CSVParserException class

Namespace: NFX.Serialization.CSV
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected CSVParserException(
	SerializationInfo info,
	StreamingContext context,
	int line = -1,
	int column = -1
)
See Also