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 - << VB.NET VERSION >>


Try Catch Finally and exception handling


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");
}



Download Code...


Print Page


 








Page top

risorse per webmaster