Click or drag to resize

CSVReaderException Constructor (String)

Initializes a new instance of the CSVReaderException class. Initialize a new instance of the CSVReaderException class.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CSVReaderException(
	string message
)

Parameters

message
Type: SystemString
message to be added to the exception.
See Also