parseError()
IXMLDOMParseError parseError get the last parser error
# File ext/win32ole/sample/xml.rb, line 6481 def parseError() ret = @dispatch._getproperty(59, [], []) @lastargs = WIN32OLE::ARGV ret end