import win32com.server.exception
class Exception def __init__(self, description = None, scode = None,
If the framework is presented with an exception of type class, it looks for certain known attributes on this class to provide rich error information to the caller.
It should be noted that the framework supports providing this error information via COM Exceptions, or via the ISupportErrorInfo interface.
By using this class, you automatically provide rich error information to the server.
Initialize an exception **Params**
Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997