I just found in a project:
try { myLabel.Text = school.SchoolName; } catch { myPanel.Visible = false; }
I want to talk to the devel
Check out this post on "Why not use exceptions as regular flow of control?"