Method | Description | |
---|---|---|
MalformedCsvException ( ) : System |
Initializes a new instance of the MalformedCsvException class.
|
|
MalformedCsvException ( string message ) : System |
Initializes a new instance of the MalformedCsvException class.
|
|
MalformedCsvException ( string message, |
Initializes a new instance of the MalformedCsvException class.
|
|
MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex ) : System |
Initializes a new instance of the MalformedCsvException class.
|
|
MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex, |
Initializes a new instance of the MalformedCsvException class.
|
public MalformedCsvException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public MalformedCsvException ( string message, |
||
message | string | The message that describes the error. |
innerException | The exception that is the cause of the current exception. | |
return | System |
public MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex ) : System | ||
rawData | string | The raw data when the error occured. |
currentPosition | int | The current position in the raw data. |
currentRecordIndex | long | The current record index. |
currentFieldIndex | int | The current field index. |
return | System |
public MalformedCsvException ( string rawData, int currentPosition, long currentRecordIndex, int currentFieldIndex, |
||
rawData | string | The raw data when the error occured. |
currentPosition | int | The current position in the raw data. |
currentRecordIndex | long | The current record index. |
currentFieldIndex | int | The current field index. |
innerException | The exception that is the cause of the current exception. | |
return | System |