Table of Contents

Class VriDescriptionException

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

public class VriDescriptionException : DescriptionException, ISerializable, _Exception
Inheritance
VriDescriptionException
Implements
Inherited Members

Constructors

VriDescriptionException(Description, string)

Vri description exception class.

public VriDescriptionException(Description testObjectDescription, string message)

Parameters

testObjectDescription Description

The test object description that caused the error.

message string

The error message explaining the cause of the exception.