Author: andrews
Date: 2006-06-28 11:18:22 -0400 (Wed, 28 Jun 2006)
New Revision: 62113
Modified:
trunk/mcs/class/System.Web/System.Web.Configuration/ChangeLog
trunk/mcs/class/System.Web/System.Web.Configuration/ModulesConfiguration.cs
Log:
keep the inner exception
Modified: trunk/mcs/class/System.Web/System.Web.Configuration/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Configuration/ChangeLog
2006-06-28 14:17:28 UTC (rev 62112)
+++ trunk/mcs/class/System.Web/System.Web.Configuration/ChangeLog
2006-06-28 15:18:22 UTC (rev 62113)
@@ -1,3 +1,7 @@
+2006-06-28 Andrew Skiba <[EMAIL PROTECTED]>
+
+ * ModulesConfiguration.cs: keep the inner exception
+
2006-03-19 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
* HttpRuntimeConfigurationHandler.cs: removed a bunch of useless stuff
Modified:
trunk/mcs/class/System.Web/System.Web.Configuration/ModulesConfiguration.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Configuration/ModulesConfiguration.cs
2006-06-28 14:17:28 UTC (rev 62112)
+++ trunk/mcs/class/System.Web/System.Web.Configuration/ModulesConfiguration.cs
2006-06-28 15:18:22 UTC (rev 62113)
@@ -74,7 +74,7 @@
item_type = Type.GetType (type, true);
} catch (Exception e){
throw new HttpException (
- String.Format ("Failed to load module
`{0}' from type `{1}'", name, type));
+ String.Format ("Failed to load module
`{0}' from type `{1}'", name, type), e);
}
if (!typeof (IHttpModule).IsAssignableFrom (item_type))
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches