$ObjErrObjectType
$ObjErrObjectType
Provides the name of the ActiveX object that triggered an exception.
Syntax
$ObjErrObjectType
Return Value
Character string (VARALPHA). Can be reset by an application program.
Comments
The variable gives the name of the ActiveX object that triggered an exception in the component. This variable is set to $null when a component operation triggers a Zim error but is set to a meaningful value when a Zim 5207 error is generated.
See Also