I have a .NET MDI form based application.
I would like to contain errors thrown in a child form within that form so I can invalidate it without closing the entire application.
Is there a solution that does not involve catching all errors in Application.ThreadException?