Click or drag to resize

SmartTestException Constructor (StringBuilder,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(
	StringBuilder message,
	params Object[] args
)

Parameters

message
Type: System.Text.StringBuilder
The error message that explains the reason for the exception.
args
Type:System.Object[]
The arguments to format the message.
See Also