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
Serializer.Deserialize can throw many unexpected exceptions (IOException and ProtoException are expected in my opinion) when deserializing files from the attached archive. These are:
ArgumentException
IndexOutOfRangeException
InvalidOperationException
OverflowException
Here's the full program to reproduce this (args[0] should contain the path to one of the extracted files):
Serializer.Deserialize can throw many unexpected exceptions (IOException and ProtoException are expected in my opinion) when deserializing files from the attached archive. These are:
Here's the full program to reproduce this (args[0] should contain the path to one of the extracted files):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: