Skip to main content

I created a smartobject that throws an exception on certain conditions.

I'm certain that the exception is being called since I breakpoint it in VisualStudio.

However, when the exception is called the activity that calls the smartobject did NOT fall into error, is that the normal behavior?

Or am I doing it wrong?

Hello,


 


I would just like to confirm if this Smartobject contains a method that would error out during execution?


 


Or does the SmartObject have a method that returns a string field with some exception message?


It would error out on execution. there's a "throw new Exception" in that smartobject


Reply