Lines Matching refs:InvalidProtocolBufferException
59 throw new InvalidProtocolBufferException( in SkipLastField()
87 throw InvalidProtocolBufferException.RecursionLimitExceeded(); in SkipGroup()
95 throw InvalidProtocolBufferException.TruncatedMessage(); in SkipGroup()
109 throw new InvalidProtocolBufferException( in SkipGroup()
120 throw InvalidProtocolBufferException.RecursionLimitExceeded(); in ReadMessage()
131 throw InvalidProtocolBufferException.TruncatedMessage(); in ReadMessage()
141 throw InvalidProtocolBufferException.RecursionLimitExceeded(); in ReadGroup()
157 throw InvalidProtocolBufferException.RecursionLimitExceeded(); in ReadGroup()
192 …throw new InvalidProtocolBufferException($"Message {message.GetType().Name} doesn't provide the ge… in ReadRawMessage()
218 throw InvalidProtocolBufferException.MoreDataAvailable(); in CheckReadEndOfStreamTag()
225 throw InvalidProtocolBufferException.InvalidEndTag(); in CheckLastTagWas()