pythoncom.gif
Previous Next blank.gif Home Page

Class IActiveScriptError - An implementation of IActiveScriptError


SYNOPSIS

import win32com.axscript.client.error
class IActiveScriptError
  def GetExceptionInfo(self)
  def GetSourceLineText(self)
  def GetSourcePosition(self)
  def _SetExceptionInfo(self, exc)
  list _com_interfaces_ = [<iid object at 1af0410>]
  list _public_methods_ = ['GetSourceLineText', 'Get ...
  def _query_interface_(self, iid)

DESCRIPTION

The ActiveX Scripting host calls this client whenever we report an exception to it. This interface provides the exception details for the host to report to the user.

SEE ALSO

win32com.axscript.client.error


Previous Next blank.gif Home Page
www_icon.gif

Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997