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