DescriptionException Constructor(Description)
Initializes a new instance of the DescriptionException class with the test object description.

C# Syntax

public DescriptionException( 
   Description testObjectDescription
)

Parameters

testObjectDescription
The Description containing the error.