MissingFieldCsvException Constructor (String, Exception)

Initializes a new instance of the MissingFieldCsvException class.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public MissingFieldCsvException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
MissingFieldCsvException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: String
The message that describes the error.
innerException
Type: Exception
The exception that is the cause of the current exception.