Replies: 1 comment
-
What version are you using? That was a bug that was fixed in version 29.0.0 released yesterday to NuGet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have catch block that uses CsvHelperException to catch everything possible. I then check to see which type of exception the error really is and handle it accordingly.
I notice when I put invalid data into a datetime formatted model variable, a ReaderException occurs. However, if I put invalid data into a decimal formatted model variable, a TypeConversionException occurs.
Beta Was this translation helpful? Give feedback.
All reactions