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