[Mono-aspnet-list] Show more than just the innermost exception

Alexander M. Batishchev abatishchev at godfather.net.ru
Mon Jul 2 16:21:04 UTC 2012


You need to build a custom error page digging into inner exception until
null.

<customError Mode="On" />

Alex

-----Original Message-----
From: mono-aspnet-list-bounces at lists.ximian.com
[mailto:mono-aspnet-list-bounces at lists.ximian.com] On Behalf Of Thorsten T
Sent: Monday, July 02, 2012 1:12 PM
To: mono-aspnet-list at lists.ximian.com
Subject: [Mono-aspnet-list] Show more than just the innermost exception

Hi,

I'm using the XSP test server. When my ASP.net application causes an
exception only the innermost exception is shown. So if somewhere in the code
the exception is caught and a new exception is created with the original
exception as the inner one then this one is new exception doesn't turn up on
the build-in error page.

I'm talking about the "Server Error in '/' Application" page. There i only
see the innermost exception. Any idea how to change this to show the entire
hierarchy of errors.

Thanks,
Thorsten

--
View this message in context:
http://mono.1490590.n4.nabble.com/Show-more-than-just-the-innermost-exceptio
n-tp4650275.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list



More information about the Mono-aspnet-list mailing list