VriDescriptionException Class
Exceptions raised when errors are encountered in the VRI description of test objects.

C# Syntax

[Serializable()]
public class VriDescriptionException : DescriptionException 
Inheritance Hierarchy

System.Object
   System.Exception
      HP.LFT.SDK.DescriptionException
         HP.LFT.SDK.VriDescriptionException

Public Constructors
 NameDescription
Public ConstructorVriDescriptionException ConstructorVri description exception class.  
Top
Public Fields
 NameDescription
Public FieldTestObjectDescriptionThe test object description in the exception. (Inherited from HP.LFT.SDK.DescriptionException )
Top
Public Properties
 NameDescription
Public PropertyData(Inherited from System.Exception)
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 MethodGetObjectData(Inherited from HP.LFT.SDK.DescriptionException)
Public MethodGetType(Inherited from System.Exception)
Public MethodToString(Inherited from System.Exception)
Top
Protected Events
 NameDescription
Protected EventSerializeObjectState(Inherited from System.Exception)
Top