This is perfect answer !!

This code works
---------------------------------------------------
try
{
MessageBox.Show("In Try");
}
...