|
CSVReaderException Constructor (String, Exception)
|
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic CSVReaderException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
CSVReaderException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> CSVReaderExceptionParameters
- message
- Type: SystemString
The message that describes the error. - inner
- Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also