static event Action someEvent;
public static void Main()
Console.WriteLine("I'm the first listener");
Console.WriteLine("I'm the second listener");
throw new Exception("This is an exception from the second listener");
Console.WriteLine("I'm the third listener");