예제 #1
0
 public void ValidationHandler(object sender, ValidationEventArgs exception)
 {
     hasErrors = true;
     Console.WriteLine("({0}) {1}: {2}", exception.Severity, exception.GetType(), exception.Message);
 }