Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Try Catch Finally - << VERSIONE VB.NET >>


Try Catch Finally e la gestione delle eccezioni


try
{
  int i = 100;
  int j = 0;
  int k k = i/j
}
catch (Exception ex)
{
  Console.WriteLine("Errore:" + ex.Message);
}
finally
{
  Console.WriteLine("Il finally viene sempre eseguito");
}



Scarica il Codice...


Stampa la pagina


 








Inizio pagina

risorse per webmaster