static void Main(string[] args) { try { Cuentas.Dividir(); } catch (MiException e) { Console.Write("Entro"); } Console.ReadKey(); }