public void Reboot(Reloj device) { try { device.Reiniciar(); } catch (AppException appex) { throw appex; } catch (Exception ex) { throw new AppException("Error no controlado al intentar reiniciar el dispositivo.", "Fatal", ex); } }