2 references to CreateInvalidCharException
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3524
throw XmlConvert.
CreateInvalidCharException
(ch, '\0', ExceptionType.XmlException);
System\Xml\XmlConvert.cs (1)
1626
return
CreateInvalidCharException
(invChar, nextChar, ExceptionType.ArgumentException);