Click or drag to resize

SmartTestException Constructor (String, Object)

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

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public SmartTestException(
	string message,
	params Object[] args
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
args
Type: SystemObject
The arguments to format the message.
See Also