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

◆ Create() [2/2]

static XsltException System.Xml.Xsl.XsltException.Create ( string res,
string[] args,
Exception inner )
inlinestaticpackageinherited

Definition at line 92 of file XsltException.cs.

93 {
94 return new XsltException(res, args, null, 0, 0, inner);
95 }

References System.Xml.Xsl.XsltException.XsltException(), and System.Xml.Dictionary.