Click or drag to resize

SmartTestException Constructor (String)

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

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

Parameters

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