If an exception is thrown by CsvHelper it is almost always not reported properly in the package manager console. This is because the CsvHelper exceptions are not marked as serializable.
We need to wrap these with exceptions that contain the important information and are serializable so it is easier to diagnose problems when they occur.
If an exception is thrown by CsvHelper it is almost always not reported properly in the package manager console. This is because the CsvHelper exceptions are not marked as serializable.
We need to wrap these with exceptions that contain the important information and are serializable so it is easier to diagnose problems when they occur.
See Issue #2