| 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
)
Public Sub New (
message As StringBuilder,
ParamArray args As Object()
)
public:
SmartTestException(
StringBuilder^ message,
... array<Object^>^ args
)
new :
message : StringBuilder *
args : Object[] -> SmartTestException
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