4 references to XmlException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (2)
38public XmlException(String message) : this(message, ((Exception)null), 0, 0) 46public XmlException(String message, Exception innerException) : this(message, innerException, 0, 0)
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
119return this.ThrowHelperError(new XmlException(
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (1)
977return new XmlException(message, (Exception)null, lineInfo.LineNumber, lineInfo.LinePosition);