Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser - EO.Base.Runtime.Exception Options
Jeppe HS
Posted: Wednesday, June 24, 2015 4:29:15 AM
Rank: Advanced Member
Groups: Member

Joined: 1/5/2015
Posts: 60
Hi


This is observed using the WebBrowser in the new build, 2015.1.70.4

If provoking a runtime exception, by e.g. closing some of the rundll processes spawned by the WebBrowser, a "Runtime Exception" dialog pops up.

This says, that you can silent runtime exception messages by handling the EO.Base.Runtime.Exception event.


My question is: How do I handle the EO.Base.Runtime.Exception event?


As far as I can see, EO.Base has no member called "Runtime"


Hope you can help
eo_support
Posted: Thursday, June 25, 2015 3:13:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Hi,

We have juste posted a new build that should fix this issue. Please download it from our download page.

Thanks!
Jeppe HS
Posted: Friday, June 26, 2015 5:18:31 AM
Rank: Advanced Member
Groups: Member

Joined: 1/5/2015
Posts: 60
Confirmed: I was able to handle the exceptions in the last build.

Thank you for this
eo_support
Posted: Friday, June 26, 2015 10:58:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Thanks for confirming the fix!
Albert
Posted: Thursday, January 5, 2017 9:31:16 AM
Rank: Newbie
Groups: Member

Joined: 1/5/2017
Posts: 9
Hello, I am using version 2016.2.72.0 and have this exact same problem.
eo_support
Posted: Thursday, January 5, 2017 9:33:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Albert wrote:
Hello, I am using version 2016.2.72.0 and have this exact same problem.


The original problem is that EO.Base.Runtime.Exception event does not exist. That issue has already been addressed.

If you are seeing exception dialog, you can either find out what triggered it and resolve that, or handle EO.Base.Runtime.Exception to silence it if you prefer.

Thanks!
Albert
Posted: Thursday, January 5, 2017 9:34:57 AM
Rank: Newbie
Groups: Member

Joined: 1/5/2017
Posts: 9
Actually I realised this might not be the same issue. The error I get when I hover over is that EO.Base.Runtime.Exception is an event but used as a type.

catch (EO.Base.Runtime.Exception)
{

}
eo_support
Posted: Thursday, January 5, 2017 11:31:49 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Yes. It's an event, NOT a type. You will need to handle that event instead of trying to catch it as an exception.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.