Lines Matching defs:message
39 /// Thrown when a protocol message being parsed is invalid in some way,
44 internal InvalidProtocolBufferException(string message)
45 : base(message)
49 internal InvalidProtocolBufferException(string message, Exception innerException)
50 : base(message, innerException)
57 "Completed reading a message while more data was available in the stream.");
63 "While parsing a protocol message, the input ended unexpectedly " +
65 "input has been truncated or that an embedded message " +
72 "CodedInputStream encountered an embedded string or message " +
88 "Protocol message contained an invalid tag (zero).");
94 "Protocol message contained a tag with an invalid wire type.");
105 "Protocol message end-group tag did not match expected tag.");
111 "Protocol message had too many levels of nesting. May be malicious. " +
118 "Protocol message had too many levels of nesting. May be malicious. " +
125 "Protocol message was too large. May be malicious. " +