Click or drag to resize
Accord.NET (logo)

MalformedCsvExceptionRawData Property

Gets the raw data when the error occurred.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string RawData { get; }
Request Example View Source

Property Value

Type: String
The raw data when the error occurred.
See Also