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