ReplayObjectNotVisibleException Class
The exception that is thrown when an object with the specified test object description is not visible in the AUT.

C# Syntax

[Serializable()]
public class ReplayObjectNotVisibleException : GeneralReplayException 
Inheritance Hierarchy

System.Object
   System.Exception
      HP.LFT.SDK.GeneralLeanFtException
         HP.LFT.SDK.GeneralReplayException
            HP.LFT.SDK.ReplayObjectNotVisibleException

Public Constructors
 NameDescription
Public ConstructorReplayObjectNotVisibleException ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldTestObjectThe test object that caused the run failure. (Inherited from HP.LFT.SDK.GeneralReplayException )
Top
Public Properties
 NameDescription
Public PropertyData(Inherited from System.Exception)
Public PropertyErrorCodeThe error code associated with this exception, if applicable. (Inherited from HP.LFT.SDK.GeneralLeanFtException )
Public PropertyHelpLink(Inherited from System.Exception)
Public PropertyHResult(Inherited from System.Exception)
Public PropertyInnerException(Inherited from System.Exception)
Public PropertyMessage(Inherited from System.Exception)
Public PropertySource(Inherited from System.Exception)
Public PropertyStackTrace(Inherited from System.Exception)
Public PropertyTargetSite(Inherited from System.Exception)
Top
Public Methods
 NameDescription
Public MethodGetBaseException(Inherited from System.Exception)
Public MethodGetObjectDataSets the SerializationInfo with information about the exception (Inherited from HP.LFT.SDK.GeneralReplayException )
Public MethodGetType(Inherited from System.Exception)
Public MethodToString(Inherited from System.Exception)
Top
Protected Events
 NameDescription
Protected EventSerializeObjectState(Inherited from System.Exception)
Top