16 references to XmlException
System.Xml (16)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
3055
XmlConvert.VerifyCharData(val, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
3126
throw XmlConvert.CreateInvalidCharException(ch, '\0', ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingReader.cs (1)
554
XmlConvert.VerifyCharData( value, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
278
XmlConvert.VerifyQName( name, ExceptionType.
XmlException
);
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
196
XmlConvert.VerifyQName( name, ExceptionType.
XmlException
);
System\Xml\Core\XmlWellFormedWriter.cs (1)
358
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
55
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
System\Xml\XmlConvert.cs (9)
332
throw CreateInvalidNameCharException(name, endPos, ExceptionType.
XmlException
);
352
return VerifyQName(name, ExceptionType.
XmlException
);
380
return VerifyNCName(name, ExceptionType.
XmlException
);
443
return VerifyNMTOKEN(name, ExceptionType.
XmlException
);
496
VerifyCharData(content, ExceptionType.
XmlException
);
510
throw CreateInvalidCharException(publicId, pos, ExceptionType.
XmlException
);
1595
case ExceptionType.
XmlException
:
1609
case ExceptionType.
XmlException
:
1623
case ExceptionType.
XmlException
: