Which MessageBox will execute?

try{ try{ //Тут код с ошибкой } catch{ MessageBox.Show('1-вый блок'); } } catch{ MessageBox.Show('2-рой блок'); } 
  • one
    you too lazy to check yourself? - DreamChild
  • one
    MessageBox.Show ('1st block'); But just do not compile)) because need to use double quotes " - NMD
  • Yes, I'm lazy. Thank. - Vlmake

1 answer 1

Run first