In a VB exception handler,
Catch Sys_Ex As System.Exception When Sys_Ex.Message.Contains("The source is not a valid PDF file")
the "When" clause is silently discarded. It must be converted to an "if" statement or a comment.
In a VB exception handler,
Catch Sys_Ex As System.Exception When Sys_Ex.Message.Contains("The source is not a valid PDF file")
the "When" clause is silently discarded. It must be converted to an "if" statement or a comment.