Quantcast
Channel: Embarcadero Community - Embarcadero Community
Viewing all articles
Browse latest Browse all 1963

Try Exception doesn't work properly in Android

$
0
0

Hi, my name is Marcos Maresch and I started few days ago to develop mobile apps with Tokyo.

 

I'm using tradicional Try... Exception... to handle errors in my apps, but Android simply ignore it.

 

  Try

    wsServico := GetIService;

  except

    on E: Exception do

    begin

      showmessage(E.Message);

      exit;

    end;

  end;

 

 

Am I doing something wrong or there's another way to handle errors in Firemonkey?

 

 

Thanks, regards, Maresch

 


Viewing all articles
Browse latest Browse all 1963

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>