Click or drag to resize
Accord.NET (logo)

MalformedCsvException Constructor (String)

Initializes a new instance of the MalformedCsvException class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public MalformedCsvException(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
The message that describes the error.
See Also