Interface IValidationEvent
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/bind/ValidationEvent.html
public interface IValidationEvent
Properties
LinkedException
Throwable LinkedException { get; }
Property Value
Locator
ValidationEventLocator Locator { get; }
Property Value
Message
String Message { get; }
Property Value
Severity
int Severity { get; }