4 references to XmlInvalidBase64Length
System.Private.DataContractSerialization (4)
System\Text\Base64Encoding.cs (4)
33throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString())); 63throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, count.ToString())); 120throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString())); 193throw new FormatException(SR.Format(SR.XmlInvalidBase64Length, charCount.ToString()));