Class VriDescriptionException
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
testObjectDescriptionDescriptionThe test object description that caused the error.
messagestringThe error message explaining the cause of the exception.