Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaValidationException.cs
index 25d41ae7e3a9c4b696efe095ca15f2952e1dcbbe..66f65f0d9fa52e6a577110e52de578dfbe61bcfd 100644 (file)
@@ -42,12 +42,12 @@ namespace System.Xml.Schema
        {
                object source_object;
 
-               protected XmlSchemaValidationException ()
+               public XmlSchemaValidationException ()
                        : base ()
                {
                }
 
-               protected XmlSchemaValidationException (string message)
+               public XmlSchemaValidationException (string message)
                        : base (message)
                {
                }