4 references to Xml_DefaultException
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImplHelpers.cs (2)
755throw new XmlException(SR.Xml_DefaultException, string.Empty); 774throw new XmlException(SR.Xml_DefaultException, string.Empty);
System\Xml\XmlException.cs (2)
110_res = (message == null ? SR.Xml_DefaultException : SR.Xml_UserException); 181return CreateMessage(SR.Xml_DefaultException, null, lineNumber, linePosition);