|
-
Aug 22nd, 2008, 07:12 AM
#2
Lively Member
Re: [2008] Exception Handling
agmorgan,
No, .net does not require or permit you to decorate method headers with possible exceptions that might be thrown.
To pass the exception up the call stack you can just not catch the exception in the local method or you can catch the exception and re-throw it or another exception with the Throw keyword.
Kerry Moorman
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
|