[Mono-list] Isolating exceptions between AppDomains
paszczi
paszczi at go2.pl
Wed Oct 22 13:41:43 EDT 2008
Hi,
I'm trying to build some software that uses plugins. The basic requirements is that when one plugins crashes (throws some exception), the whole system should recover from the error. So my first approach was to create AppDomain for each plugin and let it run there. However when plugins throws exception it goes back to default AppDomain and, as a result, crashes whole application. Is there any way to workaround this?
Best regards,
Maciej Paszta
More information about the Mono-list
mailing list