-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
Any exception thrown by any method from the .NET standard library is returned as is. It is better to wrap them into custom xFunc exceptions: TokenizeException/ParseException/etc. and set InnerException to the original exception whenever it is possible.
Exceptions to wrap:
DivideByZeroExceptionFormatExceptionOverflowExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArgumentNullException?ArgumentException?
See #766.