TRY – CATCH – FINNALY try { int a = Convert.ToInt32(textBox1.Text); MessageBox.Show(a.ToString()+ " Sayısını girdiniz"); } catch (Exception HataMesaji) { MessageBox.Show("Lütfen Sayı Giriniz !!"); } finally { textBox1.Clear(); textBox1.Focus(); }
try { int a = Convert.ToInt32(textBox1.Text); MessageBox.Show(a.ToString()+ " Sayısını girdiniz"); } catch (Exception HataMesaji) { MessageBox.Show("Lütfen Sayı Giriniz !!"); } finally { textBox1.Clear(); textBox1.Focus(); }
süper
Name(required)
Mail (will not be published)(required)
Website
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>