|
CSVReaderException Constructor
|
crearte new CSV-Reader exception
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CSVReaderException(
string msg
)
Public Sub New (
msg As String
)
public:
CSVReaderException(
String^ msg
)
new :
msg : string -> CSVReaderException
Parameters
- msg
- Type: SystemString
message to be added to the exception
See Also