How to invoke a specific exception in the catch block when there are multiple exception of same types?

Hi All

In the catch part we are catching different types of exceptions. There are BusinellRuleException and two Exceptions. Then which one will be invoked if Exception type Exception is caught ?

You can configure additonal exception subtypes eg.
grafik

inside a particular exception type it can be forked based on Exception message with the usage of a switch activitiy

Could you please give an example ?

If i have two exceptions of same type which one and how will it get caught ?

create a sample xaml with the two types of exceptions and share it with us. We will work based on this. Thanks

I got the answer. In the catch section we cant have two exceptions of same types.