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

◆ XslTransformException() [4/4]

System.Xml.Xsl.XslTransformException.XslTransformException ( string res,
params string[] args )
inlinepackage

Definition at line 24 of file XslTransformException.cs.

25 : this(null, res, args)
26 {
27 }