You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 setInnerException
to the original exception whenever it is possible.Exceptions to wrap:
DivideByZeroException
FormatException
OverflowException
KeyNotFoundException
IndexOutOfRangeException
InvalidOperationException
NotSupportedException
ArgumentNullException
?ArgumentException
?See #766.
The text was updated successfully, but these errors were encountered: