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

◆ SendValidationEvent() [4/9]

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

Definition at line 214 of file BaseProcessor.cs.

215 {
216 SendValidationEvent(new XmlSchemaException(code, new string[2] { msg1, msg2 }, source), XmlSeverityType.Error);
217 }
void SendValidationEvent(string code, XmlSchemaObject source)

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