| BadTestException Constructor (String) |
Initializes a new instance of the
BadTestException class with a specified error message.
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public BadTestException(
string message
)
Public Sub New (
message As String
)
public:
BadTestException(
String^ message
)
new :
message : string -> BadTestException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also