This functionality is supported only if you are using the Classic Agent.
Silk Test Classic generates exception values under given error conditions. These values are described in the Help. In addition, the ActiveX/Visual Basic support defines the following set of exception values:
- E_SPY_NOT_RESPONDING
- Unable to connect to the Visual Basic or Windows application with embedded OLE controls.
- E_OBJ_CALL_FAILED
- The method or property call returned an error.
- E_OBJ_NOT_FOUND
- The Visual Basic or OLE control object could not be found.
- E_ARG_TYPE_MISMATCH
- One of the arguments has the wrong type.
- E_BAD_ARG_COUNT
- Wrong number of arguments for this method or property call.
- E_ARG_VAL_OUT_OF_RANGE
- One of the arguments had a value that was out of range.