G
George Hardy
in vs2003, this used to work:
try
<code>
catch ex as exception
msgbox "Error: " & ex.message
end try
in vs2005, this does not seem to throw a message box up, even tho it does
make it in the catch...when i try to examine the "ex" variable, it says it
is not declared in the current scope. why is this? It kind of makes it
hard to debug if i cant examine the exception object.
any suggestions?
thanks!
g hardy
try
<code>
catch ex as exception
msgbox "Error: " & ex.message
end try
in vs2005, this does not seem to throw a message box up, even tho it does
make it in the catch...when i try to examine the "ex" variable, it says it
is not declared in the current scope. why is this? It kind of makes it
hard to debug if i cant examine the exception object.
any suggestions?
thanks!
g hardy