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

◆ InternalValidationCallback()

void System.Xml.Schema.XmlSchemaSet.InternalValidationCallback ( object sender,
ValidationEventArgs e )
inlineprivate

Definition at line 1237 of file XmlSchemaSet.cs.

1238 {
1239 if (e.Severity == XmlSeverityType.Error)
1240 {
1241 throw e.Exception;
1242 }
1243 }

References System.Xml.Schema.ValidationEventArgs.Exception, and System.Xml.Schema.ValidationEventArgs.Severity.

Referenced by System.Xml.Schema.XmlSchemaSet.XmlSchemaSet().