Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/System.Xml/XmlException.cs')
-rwxr-xr-xmcs/class/System.XML/System.Xml/XmlException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml/XmlException.cs b/mcs/class/System.XML/System.Xml/XmlException.cs
index a9e291fbe93..f6efec719ad 100755
--- a/mcs/class/System.XML/System.Xml/XmlException.cs
+++ b/mcs/class/System.XML/System.Xml/XmlException.cs
@@ -32,6 +32,7 @@ namespace System.Xml
}
protected XmlException (SerializationInfo info, StreamingContext context)
+ : base (info, context)
{
this.lineNumber = info.GetInt32 ("lineNumber");
this.linePosition = info.GetInt32 ("linePosition");