[Mono-bugs] [Bug 42935][Nor] New - XmlException(string) constructor internal (.NET public)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 13 May 2003 17:32:03 -0400 (EDT)


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 jonathan@onegoodidea.com.

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

--- shadow/42935	Tue May 13 17:32:03 2003
+++ shadow/42935.tmp.31153	Tue May 13 17:32:03 2003
@@ -0,0 +1,36 @@
+Bug#: 42935
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jonathan@onegoodidea.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XmlException(string) constructor internal (.NET public)
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+The XmlException class has an internal XmlException( string ) constructor, whereas .NET has 
+this public.
+
+Steps to reproduce the problem:
+1. Compile anything that does 'new XmlException("some string")'
+
+Actual Results:
+Doesn't compile.
+
+Expected Results:
+Compile.
+
+How often does this happen? 
+Always.
+
+Additional Information: