Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowEndElementExpected()

static void System.Xml.XmlExceptionHelper.ThrowEndElementExpected ( XmlDictionaryReader reader,
string localName,
string ns )
inlinestatic

Definition at line 133 of file XmlExceptionHelper.cs.

134 {
135 ThrowXmlException(reader, System.SR.XmlEndElementExpected, localName, ns, GetWhatWasFound(reader));
136 }
static string XmlEndElementExpected
Definition SR.cs:384
Definition SR.cs:7
static string GetWhatWasFound(XmlDictionaryReader reader)
static void ThrowXmlException(XmlDictionaryReader reader, string res)

References System.Xml.XmlExceptionHelper.GetWhatWasFound(), System.Xml.XmlExceptionHelper.ThrowXmlException(), and System.SR.XmlEndElementExpected.

Referenced by System.Xml.XmlBaseReader.ReadEndElement().