From e32a1b6c2d67ece78a78504b2f16814bee3da34a Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 9 Nov 2009 06:03:52 +0000 Subject: [PATCH] *** empty log message *** --- XmlExpr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XmlExpr.cs b/XmlExpr.cs index c10a312..56d2293 100644 --- a/XmlExpr.cs +++ b/XmlExpr.cs @@ -61,7 +61,7 @@ namespace System.Xml string str = (InnerException != null ? InnerException.ToString () : base.ToString ()) + "\n" + "Xexpression:" + name + "\n"; if (node != null) - str += " at " + node.Parent.OuterXml + "\n"; + str += " at " + node.ParentNode.OuterXml + "\n"; if (stack != null) { str += "Call stack: "; -- 1.7.10.4