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

◆ ThrowXmlException() [3/5]

static void System.Xml.XmlExceptionHelper.ThrowXmlException ( XmlDictionaryReader reader,
string res,
string arg1,
string arg2 )
inlinestaticprivate

Definition at line 23 of file XmlExceptionHelper.cs.

24 {
25 ThrowXmlException(reader, res, arg1, arg2, null);
26 }
static void ThrowXmlException(XmlDictionaryReader reader, string res)

References System.Xml.Dictionary, and System.Xml.XmlExceptionHelper.ThrowXmlException().