|
-
Sep 5th, 2006, 09:40 AM
#6
Thread Starter
Frenzied Member
Re: Exception Handling in a Class Library
 Originally Posted by DNA7433
What does this class library you're building do? If it's like the .NET framework libraries then you don't need any catch blocks unless you know how to handle the exception within your library. The application that uses your library should handle catching exceptions and logging them.
It's a wrapper library for some win32 api calls so for each call to an unsafe function, I felt I would need to "catch" any exceptions.
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
|