Forum Discussion

stebi's avatar
stebi
Occasional Contributor
13 years ago

"try ... except" and Runner.CallMethod

Hi, I have trouble with Runner.CallMethod. I'm not able to handle exceptions occuring inside the method call. See this code snippet: procedure Foo; begin   raise('Foo-Exception'); ...