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

◆ SendValidationEvent() [1/9]

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

Definition at line 209 of file BaseProcessor.cs.

210 {
211 SendValidationEvent(new XmlSchemaException(code, msg, source), XmlSeverityType.Error);
212 }
void SendValidationEvent(string code, XmlSchemaObject source)

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