5 references to UnexpectedXmlChildNode
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (3)
399
string exceptionString = string.Format(SRServiceModel.
UnexpectedXmlChildNode
,
499
SRServiceModel.
UnexpectedXmlChildNode
,
517
SRServiceModel.
UnexpectedXmlChildNode
,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (2)
210
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.
UnexpectedXmlChildNode
, r.Name, r.NodeType, parentName)));
215
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.
UnexpectedXmlChildNode
, n.Name, n.NodeType, parent.Name)));