COMError.description Method
Returns a description of the error that occurred when the COM object was called.
Syntax
public str description()
Run On
Called
Return Value
Type: str
The error description.
Remarks
The description might be empty if the COM object does not support handing out textual error messages.
The description property is read-only.