|
-
Mar 26th, 2006, 04:09 AM
#1
[RESOLVED] [2.0] Catching all Thrown Exceptions
Is there any kind of event or a way that would allow me to catch all exceptions that were not handled?
Basically, my application will have the usual Try Catch blocks around code that can crash but what about code that shouldn't normally crash that doesn't have the blocks? I'd rather not put EVERYTHING in Try Catch blocks (that would be quite time consuming).
Is there a way to basically catch an exception that isn't encapsulated in a Try Catch block?
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
|