Accord.IO.MalformedCsvException.MalformedCsvException C# (CSharp) Method

MalformedCsvException() public method

Initializes a new instance of the MalformedCsvException class.
public MalformedCsvException ( ) : System
return System
        public MalformedCsvException()
            : this(null, null)
        {
        }

Same methods

MalformedCsvException::MalformedCsvException ( SerializationInfo info, StreamingContext context ) : System
MalformedCsvException::MalformedCsvException ( string message ) : System
MalformedCsvException::MalformedCsvException ( string message, Exception innerException ) : System
MalformedCsvException::MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex ) : System
MalformedCsvException::MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex, Exception innerException ) : System