Ask a Question related to ASP.NET General, Design and Development.
-
eddie wang #1
ASP catch exception
I use the following code and get the following error message in my ASP
page(not .net). Please help
try
mycode
Catch ex As Exception
Response.Write(ex.ToString)
End Try
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/mail.asp, line 26
Catch ex As Exception
---------^
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
eddie wang Guest
-
Catch VideoError exception?
Is there a way to catch VideoError exceptions thrown by the VideoDisplay class? I've tried wrapping it in try/catch, but it seems to be thrown... -
#40456 [NEW]: php5.2.1 - Uncaught exception try/catch
From: zeldign at zeldign dot com Operating system: CentOS 4.4 PHP version: 5.2.1 PHP Bug Type: Scripting Engine problem Bug... -
What exception should I catch ??
I've read somewhere that it's not a good idea (or design) to catch all exception in one (big) catch(Exception e)... but instead catch the... -
How to catch COM exception in .Net
Ok, I do have a COM dll written in C++. Then a web service written in C# is referencing this COM dll. Here everything is fine. Now I have for... -
Catch Exception Error Message
You can put your code between (try-catch-end try) block in codebehind and catch the exception by response.write(exception_name.message) frank...



Reply With Quote

