Click or drag to resize
Accord.NET (logo)

MalformedCsvExceptionMessage Property

Gets a message that describes the current exception.

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

Property Value

Type: String
A message that describes the current exception.

Implements

_ExceptionMessage
See Also