|
MalformedCsvException Constructor (String, Exception)
|
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,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Request Example
View SourceParameters
- message
- Type: SystemString
The message that describes the error. - innerException
- Type: SystemException
The exception that is the cause of the current exception.
See Also