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

◆ XmlSchemaException() [4/14]

System.Xml.Schema.XmlSchemaException.XmlSchemaException ( string? message,
Exception? innerException )
inline

Definition at line 98 of file XmlSchemaException.cs.

99 : this(message, innerException, 0, 0)
100 {
101 }