4 references to Xml_DefaultException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (2)
761
throw new XmlException(ResXml.
Xml_DefaultException
, string.Empty);
781
throw new XmlException(ResXml.
Xml_DefaultException
, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (2)
60
_res = (message == null ? ResXml.
Xml_DefaultException
: ResXml.Xml_UserException);
143
return CreateMessage(ResXml.
Xml_DefaultException
, null, lineNumber, linePosition);