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

◆ SendValidationEvent() [7/9]

void System.Xml.Schema.BaseProcessor.SendValidationEvent ( string code,
XmlSchemaObject source,
XmlSeverityType severity )
inlineprotectedinherited

Definition at line 229 of file BaseProcessor.cs.

230 {
231 SendValidationEvent(new XmlSchemaException(code, source), severity);
232 }
void SendValidationEvent(string code, XmlSchemaObject source)

References System.Xml.Dictionary, System.Xml.Schema.BaseProcessor.SendValidationEvent(), and System.source.