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