projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3e6ab
)
*** empty log message ***
author
handa
<handa>
Mon, 9 Nov 2009 06:03:52 +0000
(06:03 +0000)
committer
handa
<handa>
Mon, 9 Nov 2009 06:03:52 +0000
(06:03 +0000)
XmlExpr.cs
patch
|
blob
|
history
diff --git
a/XmlExpr.cs
b/XmlExpr.cs
index
c10a312
..
56d2293
100644
(file)
--- 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: ";