Since I upgraded to Visual Studio 2008 Express Edition, my help seem totaly screwed up.... What happened to the simple and very helpful help that was in 2005???? Anyways.. my question...

I simple want to throw an exception if some event is true...

how do I code the try catch for something like..

if (x < 0)
throw("Parameter out of bounds.");