Business Rule exception ambuiguity

Can anyone help with following issue?

Thanks In Advance!!

New Exception(“Business Rule Exception - Handle Manually”)
@A669070

can you show me what Variable you have in main or try New BusinessRuleException(“text”).
If BusinessRuleException is declared in main and you are invoking that it this workflow

BusinessRuleExVariable

@A669070
try this in throw: New BusinessRuleException(“text”)

it showing compilation error with namespace ambiguity… How can I remove namespace ambiguity?

@A669070
You have installed 2 packages that both define BusinessRuleException in the same namespace.
This was happening in the past, when activity structures were changed.

Could you show which packages you have set in project dependencies?

@syedabidraza
Throwing System.Exception and BusinessRuleException is 2 different things and any framework worth their salt (like ReFramework) will handle them differently.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.