Click or drag to resize
Accord.NET (logo)

MalformedCsvException Constructor

Overload List
  NameDescription
Public methodMalformedCsvException
Initializes a new instance of the MalformedCsvException class.
Public methodMalformedCsvException(String)
Initializes a new instance of the MalformedCsvException class.
Protected methodMalformedCsvException(SerializationInfo, StreamingContext)
Initializes a new instance of the MalformedCsvException class with serialized data.
Public methodMalformedCsvException(String, Exception)
Initializes a new instance of the MalformedCsvException class.
Public methodMalformedCsvException(String, Int32, Int64, Int32)
Initializes a new instance of the MalformedCsvException class.
Public methodMalformedCsvException(String, Int32, Int64, Int32, Exception)
Initializes a new instance of the MalformedCsvException class.
Top
See Also