pythoncom.gif
blank.gif Next blank.gif Home Page

Class AXScriptException - A class used as a COM exception.


SYNOPSIS

import win32com.axscript.client.error
class AXScriptException
  def BuildFromException(self, site, type = None, value = None, tb = None)
  def ExtractTracebackInfo(self, tb, site)
  def SetContext(self, sourceContext = None, startLineNo = 0)
  def _BuildFromOther(self, site, type, value, tb)
  def _BuildFromSyntaxError(self, site, value, tb)
  def __init__(self)
  def __repr__(self)

DESCRIPTION

Note this has attributes which conform to the standard attributes for COM exceptions, plus a few others specific to our IActiveScriptError object.

SEE ALSO

win32com.axscript.client.error


blank.gif 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