Lines Matching refs:InvalidProtocolBufferException
138 throw new InvalidProtocolBufferException("Expected end of JSON after object"); in Merge()
153 throw InvalidProtocolBufferException.JsonRecursionLimitExceeded(); in Merge()
168 throw new InvalidProtocolBufferException("Expected an object"); in Merge()
199 …throw new InvalidProtocolBufferException($"Multiple values specified for oneof {field.ContainingOn… in Merge()
212 throw new InvalidProtocolBufferException("Unknown field: " + name); in Merge()
255 …throw new InvalidProtocolBufferException("Repeated field value was not an array. Token type: " + t… in MergeRepeatedField()
270 … throw new InvalidProtocolBufferException("Repeated field elements cannot be null"); in MergeRepeatedField()
282 throw new InvalidProtocolBufferException("Expected an object to populate a map"); in MergeMapField()
290 throw new InvalidProtocolBufferException("Invalid map field: " + field.FullName); in MergeMapField()
305 throw new InvalidProtocolBufferException("Map values must not be null"); in MergeMapField()
370 …throw new InvalidProtocolBufferException("Unsupported JSON token type " + token.Type + " for field… in ParseSingleValue()
479 throw new InvalidProtocolBufferException("Expected object value for Struct"); in MergeStruct()
496 throw new InvalidProtocolBufferException("Expected object value for Any"); in MergeAny()
511 throw new InvalidProtocolBufferException("Any message with no @type"); in MergeAny()
519 throw new InvalidProtocolBufferException("Expected string value for Any.@type"); in MergeAny()
559 …throw new InvalidProtocolBufferException($"Expected '{JsonFormatter.AnyWellKnownTypeValueField}' p… in MergeWellKnownTypeAnyBody()
565 …throw new InvalidProtocolBufferException($"Expected end-object token after @type/value for well-kn… in MergeWellKnownTypeAnyBody()
743 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}"); in ParseMapKey()
749 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}");
756 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}");
765 throw new InvalidProtocolBufferException($"Invalid numeric value for type: {text}");
769 throw new InvalidProtocolBufferException($"Value out of range: {text}");
784 throw new InvalidProtocolBufferException($"Invalid numeric value: {text}"); in ValidateInfinityAndNan()
792 throw new InvalidProtocolBufferException("Expected string value for Timestamp"); in MergeTimestamp()
797 … throw new InvalidProtocolBufferException($"Invalid Timestamp value: {token.StringValue}"); in MergeTimestamp()
829 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
834 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
852 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
860 … throw new InvalidProtocolBufferException("Invalid Timestamp value: " + token.StringValue); in MergeTimestamp()
868 throw new InvalidProtocolBufferException("Expected string value for Duration"); in MergeDuration()
873 … throw new InvalidProtocolBufferException("Invalid Duration value: " + token.StringValue); in MergeDuration()
880 … throw new InvalidProtocolBufferException("Invalid Duration value: " + token.StringValue); in MergeDuration()
897 … throw new InvalidProtocolBufferException($"Invalid Duration value: {token.StringValue}"); in MergeDuration()
904 … throw new InvalidProtocolBufferException($"Invalid Duration value: {token.StringValue}"); in MergeDuration()
912 throw new InvalidProtocolBufferException("Expected string value for FieldMask"); in MergeFieldMask()
964 throw new InvalidProtocolBufferException($"Invalid field mask: {text}"); in ToSnakeCase()