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

◆ XsltCompileException() [4/5]

System.Xml.Xsl.XsltCompileException.XsltCompileException ( string message,
Exception innerException )
inline

Definition at line 30 of file XsltCompileException.cs.

31 : base(message, innerException)
32 {
33 }