<PackageReference Include="Google.Protobuf" Version="3.36.0-rc1" />
Google.Protobuf.InvalidProtocolBufferException
Thrown when a protocol message being parsed is invalid in some way,
e.g. it contains a malformed varint or a negative byte length.
namespace Google.
Protobuf
{
public sealed class InvalidProtocolBufferException :
IOException
{
}
}