Click or drag to resize

BadTestException Constructor (StringBuilder, Object)

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

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.1
Syntax
public BadTestException(
	StringBuilder message,
	params Object[] args
)

Parameters

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