14 references to XmlException
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
3468
XmlConvert.VerifyCharData(val, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
3546
throw XmlConvert.CreateInvalidCharException(ch, '\0', ExceptionType.
XmlException
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
662
XmlConvert.VerifyCharData(value, ExceptionType.ArgumentException, ExceptionType.
XmlException
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
337
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
383
XmlConvert.VerifyQName(name, ExceptionType.
XmlException
);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (9)
371
throw CreateInvalidNameCharException(name, endPos, ExceptionType.
XmlException
);
394
return VerifyQName(name, ExceptionType.
XmlException
);
421
return VerifyNCName(name, ExceptionType.
XmlException
);
495
return VerifyNMTOKEN(name, ExceptionType.
XmlException
);
559
VerifyCharData(content, ExceptionType.
XmlException
);
576
throw CreateInvalidCharException(publicId, pos, ExceptionType.
XmlException
);
1769
case ExceptionType.
XmlException
:
1786
case ExceptionType.
XmlException
:
1803
case ExceptionType.
XmlException
: