Hey hey,
Not sure if it’s a question or a bug :-)
Let’s say I have an Exception thrown in a Try region assigned to Create
I would like to check if the type of the Exception is the one I’m looking for, and if so Log a message. My guess was to TryCast the exception to the concrete type, and if the cast works then Log the message.
But it looks like the first ForEach is never executed (the Counter does not increment).
Am I missing something? When getting the Value of the Channel, I can indeed see it’s an HttpListenerException inside!
Thanks!
CatchExceptionWithTry.vl (12.8 KB)
