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