Click or drag to resize
Accord.NET (logo)

MissingFieldCsvException Constructor (String, Exception)

Initializes a new instance of the MissingFieldCsvException class.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public MissingFieldCsvException(
	string message,
	Exception innerException
)
Request Example View Source

Parameters

message
Type: SystemString
The message that describes the error.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also