Code is in windows versions.
In my try block i’m using throw activity to throw the business exception.
New BusinessRuleException(“error details”) and in my catch block i have system.exception and BusinessRuleException block but everytime it runs exception is getting catched in system.exception.
First i have business exception and then systemexception in catch block.
Did anyone face this kind of issue in UiPath? Please help if anyone know solution for this