Which MessageBox will execute?
try{ try{ //Тут код с ошибкой } catch{ MessageBox.Show('1-вый блок'); } } catch{ MessageBox.Show('2-рой блок'); }
Which MessageBox will execute?
try{ try{ //Тут код с ошибкой } catch{ MessageBox.Show('1-вый блок'); } } catch{ MessageBox.Show('2-рой блок'); }
Source: https://ru.stackoverflow.com/questions/396876/
All Articles