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