System.Xml.Schema.ValidationEventArgs
namespace System.Xml.Schema
{
public class ValidationEventArgs : EventArgs
{
public XmlSchemaException Exception { get; }
public string Message { get; }
public XmlSeverityType Severity { get; }
}
}