Search This Blog

Sunday 5 February 2017

Create form to demonstrate use of structured exception handling.

Practical 2 - 2


1 comment:

  1. use this MessageBox.Show("Exception Caught : " + ex.Message); it will show actual message

    ReplyDelete