Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 79b7c034 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #266: additional parameter in callback

Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:feature/VECTO-1652-update_wheesl.csv to develop

* commit '4376f07c':
  additional parameter in callback
parents c514dcee 4376f07c
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ hashingcmd.exe
}
}
private static void ValidationCallBack(XmlSeverityType severity, ValidationEvent evt)
private static void ValidationCallBack(XmlSeverityType severity, ValidationEvent evt, string message)
{
var args = evt.ValidationEventArgs;
if (severity == XmlSeverityType.Error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment