RunErrors Enumeration

Run error values.

Syntax

Visual Basic (Declaration) 
Public Enum RunErrors 
   Inherits Enum
C# 
public enum RunErrors : Enum  

Members

MemberDescription
E_DESCRIPTIONThis value is not in use.
E_OBJNOTFOUNDThis value is not in use.
E_OBJNOTVISIBLEThe test object is not visible on the screen.
E_ILLEGALOPERATIONThe operation can not be performed.
E_OBJDISABLEDThe runtime object is disabled.
E_ITEMNOTFOUNDItem in list or menu not found.
E_ITEMNOTUNIQUEItem in list or menu is not unique.
E_OUTOFRANGEFunction argument out of range.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.WPF.CustomServer.RunErrors

See Also