C# Syntax
public DescriptionException( Description testObjectDescription, string message, Exception exception )
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.