Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ValidationEventArgs.cs
Go to the documentation of this file.
1namespace System.Xml.Schema;
2
4{
5 private readonly XmlSchemaException _ex;
6
7 private readonly XmlSeverityType _severity;
8
10
12
13 public string Message => _ex.Message;
14
20
26}
ValidationEventArgs(XmlSchemaException ex, XmlSeverityType severity)