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

◆ XslTransformException() [1/4]

System.Xml.Xsl.XslTransformException.XslTransformException ( Exception inner,
string res,
params string[] args )
inline

Definition at line 9 of file XslTransformException.cs.

10 : base(CreateMessage(res, args), inner)
11 {
12 }
static string CreateMessage(string res, params string[] args)