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

C# Syntax

Parameters

testObjectDescription
The Description containing the error.
message
The error message that explains the exception.
exception
The exception that is the cause of the current exception.