I am trying to write an plugin system that can load managed plugins. The host should be able to unload the plugins if there are any exceptions.
for my poc I have a sample code
You brought up a very interesting question, thanks for that.
I suppose this article will be helpful enough: http://etutorials.org/Programming/programming+microsoft+visual+c+sharp+2005/Part+III+More+C+Language/Chapter+9+Exception+Handling/Unhandled+Exceptions/