I have tried this in UiPath studio and learned one new thing today
After throw activity throws an exception, it will go to catch block. Here in this case, only InvalidOperationException is present, so runtime error occur and Finally block not Executed.
yes @ashokkarale and at the sametime, if we have system.exception and sytem.invalidOperation also. System.exception is the first prefer for system/application error thrown