Méthode | Description | |
---|---|---|
MalformedCsvException ( string message, int line, int column ) : System |
Initializes a new instance of the MalformedCsvException class.
|
|
MalformedCsvException ( string message, int line, int column, |
Initializes a new instance of the MalformedCsvException class.
|
public MalformedCsvException ( string message, int line, int column ) : System | ||
message | string | Error message. |
line | int | The row index of the line. |
column | int | The column index of the position at which the error occured. |
Résultat | System |
public MalformedCsvException ( string message, int line, int column, |
||
message | string | Error message. |
line | int | The row index of the line. |
column | int | The column index of the position at which the error occured. |
innerException | The exception that is the cause of the current exception. | |
Résultat | System |