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