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
Currently, when one of the delegates is called with an invalid value for a particular type or a value of null for a value type, it will throw an InvalidCastException and NullReferenceException. Instead, let's have the delegates throw ArgumentException and ArgumentNullException when these situations occur.
The text was updated successfully, but these errors were encountered:
Currently, when one of the delegates is called with an invalid value for a particular type or a value of null for a value type, it will throw an
InvalidCastException
andNullReferenceException
. Instead, let's have the delegates throwArgumentException
andArgumentNullException
when these situations occur.The text was updated successfully, but these errors were encountered: