public void TriggerDel() { foreach (var del in Eve.GetInvocationList()) { try { //looks good!!!! but not good enough del.Method.Invoke("Delegate call, say Hello", null); Del("Delegate call"); } catch (Exception e) { Console.WriteLine("Cathed Error!!!"); } } ; }