System.Xml.Schema.BaseValidator.SendValidationEvent C# (CSharp) Méthode

SendValidationEvent() protected méthode

protected SendValidationEvent ( XmlSchemaException e ) : void
e XmlSchemaException
Résultat void
        protected void SendValidationEvent(XmlSchemaException e) {
            SendValidationEvent(e, XmlSeverityType.Error);
        }
        

Same methods

BaseValidator::SendValidationEvent ( XmlSchemaException e, XmlSeverityType severity ) : void
BaseValidator::SendValidationEvent ( string code ) : void
BaseValidator::SendValidationEvent ( string code, string args ) : void
BaseValidator::SendValidationEvent ( string code, string msg, XmlSeverityType severity ) : void
BaseValidator::SendValidationEvent ( string code, string arg1, string arg2 ) : void