[Mono-bugs] [Bug 76434][Wis] New - [PATCH] RemotingConfiguration, rethrow inner exceptions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 13 17:46:10 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76434

--- shadow/76434	2005-10-13 17:46:10.000000000 -0400
+++ shadow/76434.tmp.9656	2005-10-13 17:46:10.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 76434
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] RemotingConfiguration, rethrow inner exceptions
+
+RemotingConfiguration swallows inner exceptions.
+
+For example, the following config element
+
+<wellknown mode="Singleton" type="ACME.Server, server" ... />
+
+generates a meaningless "Error in element wellknown: server",
+if the assembly "server" cannot be loaded.
+The inner exception gets swallowed as well, so the user
+has no chance to find out what's going wrong.
+
+The patch rethrows the inner exception.


More information about the mono-bugs mailing list