Mar 2, 2005 #1 varshan09 Programmer Joined Oct 28, 2003 Messages 45 Location IN Hi, Can anybody tell me advantage of structured error handling using Try Catch block over unstructured exception handling? Thanks Varsha
Hi, Can anybody tell me advantage of structured error handling using Try Catch block over unstructured exception handling? Thanks Varsha
Mar 3, 2005 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB Here's some links to MSDN where you can read their opinions: http://msdn.microsoft.com/library/d.../debug/base/structured_exception_handling.asphttp://msdn.microsoft.com/library/d...vbcn7/html/vaconerrorhandlingusingonerror.asp ---------------------------------------------------------------------- Need help finding an answer? Try the search facilty (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Here's some links to MSDN where you can read their opinions: http://msdn.microsoft.com/library/d.../debug/base/structured_exception_handling.asphttp://msdn.microsoft.com/library/d...vbcn7/html/vaconerrorhandlingusingonerror.asp ---------------------------------------------------------------------- Need help finding an answer? Try the search facilty (http://www.tek-tips.com/search.cfm) or read FAQ222-2244 on how to get better results.