|
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; }
Public ReadOnly Property RawData As String
Get
Request Example
View SourceProperty Value
Type:
StringThe raw data when the error occurred.
See Also