Click or drag to resize

BadTestException Constructor (String)

Initializes a new instance of the BadTestException class with a specified error message.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public BadTestException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also