3 references to DupAttrException
System.Xml (3)
System\Xml\Core\XmlWellFormedWriter.cs (3)
1471throw DupAttrException((prefix.Length == 0) ? string.Empty : "xmlns", (prefix.Length == 0) ? "xmlns" : prefix); 1851throw DupAttrException(prefix, localName); 1874throw DupAttrException(prefix, localName);