7 references to Xml_InternalError
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
1525
throw new XmlException(ResXml.
Xml_InternalError
, string.Empty);
1551
throw new XmlException(ResXml.
Xml_InternalError
, string.Empty);
5460
Throw(ResXml.
Xml_InternalError
);
6244
Throw(ResXml.
Xml_InternalError
);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
619
throw new XmlException(ResXml.
Xml_InternalError
, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
138
throw new XmlException(ResXml.
Xml_InternalError
, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
3527
Throw(_curPos, ResXml.
Xml_InternalError
);