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

◆ XPathException() [6/6]

System.Xml.XPath.XPathException.XPathException ( string res,
string[] args,
Exception inner )
inlineprivate

Definition at line 102 of file XPathException.cs.

103 : base(CreateMessage(res, args), inner)
104 {
105 base.HResult = -2146231997;
106 _res = res;
107 _args = args;
108 }
static string CreateMessage(string res, string[] args)

References System.Xml.XPath.XPathException._args, System.Xml.XPath.XPathException._res, and System.Xml.Dictionary.