Class VriDescriptionException
Exceptions raised when errors are encountered in the VRI description of test objects.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class VriDescriptionException : DescriptionException, ISerializable, _Exception
Constructors
VriDescriptionException(Description, string)
Vri description exception class.
Declaration
public VriDescriptionException(Description testObjectDescription, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| Description | testObjectDescription | The test object description that caused the error. |
| string | message | The error message explaining the cause of the exception. |