|
-
Nov 22nd, 2002, 05:48 AM
#1
Thread Starter
Hyperactive Member
Exception?
Hi there!
All of a sudden, I am getting the following error, which was otherwise working perfectly for long.
Compiler Error Message: BC30389: 'exception' is Private, and is not accessible in this context.
Error in this line:
Line 107: Catch exc as exception
Can you please tell me what could be the problem?
-
Nov 22nd, 2002, 02:19 PM
#2
Hyperactive Member
post some code surrounding the line you posted.
-
Nov 22nd, 2002, 11:23 PM
#3
Thread Starter
Hyperactive Member
Hi,
Thanks for the reply. When I used the following code, it worked.
Catch exc as System.exception
I think its a version problem.
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
|