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

◆ ThrowXmlException() [2/5]

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

Definition at line 17 of file XmlExceptionHelper.cs.

18 {
19 ThrowXmlException(reader, res, arg1, null);
20 }
static void ThrowXmlException(XmlDictionaryReader reader, string res)

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