DescriptionException Constructor(Description,String)
Initializes a new instance of the DescriptionException class with the test object description and an error message string.

C# Syntax

public DescriptionException( 
   Description testObjectDescription,
   string message
)

Parameters

testObjectDescription
The Description containing the error.
message
The error message that explains the exception.