21 references to XmlException
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (2)
311throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.GetString(System.Runtime.Serialization.SR.XmlInvalidConversion, value, "UInt64")))); 349throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(XmlObjectSerializer.TryAddLineInfo(this, System.Runtime.Serialization.SR.GetString(System.Runtime.Serialization.SR.XmlInvalidConversion, value, "UInt64"))));
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
346throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.GetString(SR.XmlInvalidConversion, value, type))));
System\Xml\XmlExceptionHelper.cs (2)
42throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(s)); 53throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(s));
System.ServiceModel (14)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason));
System\ServiceModel\Channels\WsrmMessageInfo.cs (5)
751throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason)); 812throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason)); 1011throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason)); 1078throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason)); 1142throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(reason));
System\ServiceModel\EndpointAddress.cs (1)
982return new XmlException(message);
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
594throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(FeedUtils.AddLineInfo(reader, SR.GetString(SR.Atom10SpecRequiresTextConstruct, context, type)))); 661new XmlException(FeedUtils.AddLineInfo(reader, 689new XmlException(FeedUtils.AddLineInfo(reader,
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
268new XmlException(FeedUtils.AddLineInfo(reader, 290new XmlException(FeedUtils.AddLineInfo(reader, 326new XmlException(FeedUtils.AddLineInfo(reader,
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
568throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(s));
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SerializationUtility.cs (1)
101throw FxTrace.Exception.AsError(new XmlException(notFoundExceptionString));
System.Xml (1)
System\Xml\XmlException.cs (1)
87public XmlException() : this(null) {