Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

additional parameter in callback

parent 158d9887
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.
Please register or to comment