Hi, I am having a scenario, in which i have multiple delegates attached to the event (multicast delegate).
What could be the sequence of calling these methods/delegates (if any) ???
In case one of the method attached with the delegate throws the exception.
- Will the event stop processing further...???
- Will the rest of the methods attached continue...???
I am not clear on this how to handle this scenario.
Any help is highly appreciated.