You are using a multicast delegate with multiple subscribers.
You want to make sure that all subscribers are notified, even if an exception is thrown.
What do you do

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 7130 | Points: 40
Select from following answers:
  1. Manually raise the events by using GetInvocationList
  2. Wrap the raising of the event in a try/catch
  3. Nothing.
  4. All Above

Show Correct Answer


| Alert Moderator 

Comments or Responses

Login to post response