|
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; }
Public Overrides ReadOnly Property Message As String
Get
Request Example
View SourceProperty Value
Type:
StringA message that describes the current exception.
Implements
_ExceptionMessageSee Also