15 references to XmlException
System.Private.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
3451
XmlConvert.VerifyCharData(val, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
3524
throw XmlConvert.CreateInvalidCharException(ch, '\0', ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingReader.cs (1)
623
XmlConvert.VerifyCharData(value, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
305
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
249
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\Core\XmlWellFormedWriter.cs (1)
364
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
65
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\XmlConvert.cs (8)
322
throw CreateInvalidNameCharException(name, endPos, ExceptionType.
XmlException
);
367
return VerifyNCName(name, ExceptionType.
XmlException
);
443
return VerifyNMTOKEN(name, ExceptionType.
XmlException
);
497
VerifyCharData(content, ExceptionType.
XmlException
);
511
throw CreateInvalidCharException(publicId, pos, ExceptionType.
XmlException
);
1535
case ExceptionType.
XmlException
:
1552
case ExceptionType.
XmlException
:
1569
case ExceptionType.
XmlException
: