12 references to InvalidHexDigit
System.Net.Mail (12)
System\Net\Mime\QEncodedStream.cs (6)
97throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source])); 99throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 1])); 114throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)ReadState.Byte)); 116throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source])); 167throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 1])); 169throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 2]));
System\Net\Mime\QuotedPrintableStream.cs (6)
126throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source])); 128throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 1])); 143throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)ReadState.Byte)); 145throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source])); 188throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 1])); 190throw new FormatException(SR.Format(SR.InvalidHexDigit, (char)buffer[source + 2]));