On 21.02.2012 22:15, efontana wrote:
Interesting, I wonder if this applies:

http://msdn.microsoft.com/en-us/library/system.windows.forms.application.setunhandledexceptionmode.aspx

Yes, this is likely the issue. Unfortunately Mono doesn't implement it,
or it doesn't work.

Under MS.NET, the following will propagate exceptions beyond
Application.Run(), but it doesn't work with Mono:

Application.SetUnhandledExceptionMode (
        UnhandledExceptionMode.ThrowException);


Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to