Page 1 of 1
error handling
Posted: Wed Jan 19, 2011 12:43 am
by madhavan99990
give me an example of error handling?any one
Posted: Wed Jan 19, 2011 3:29 am
by ray.wurlod
When you make a mistake in a typescript the editor marks it, usually with a red pen or pencil. That's error handling of a kind.
Posted: Wed Jan 19, 2011 3:30 am
by ray.wurlod
Seriously, though, this is way too vague a question. Is it an interview question? As with any other programming tool, error handling is about anticipating errors of various kinds and implementing mechanisms that can intercept and, hopefully, ameliorate them. Prevention is an even better approach.