|
-
April 22nd, 2008, 07:27 PM
#1
Simple throw question...
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.");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|