ApiException Constructor (String) |
Initializes a new instance of the ApiException class using the specified error message.
Namespace:
SmartBear.TestLeft
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public ApiException(
string msg
)
Public Sub New (
msg As String
)
Dim msg As String
Dim instance As New ApiException(msg)
public:
ApiException(
String^ msg
)
Parameters
- msg
- Type: SystemString
An error message.
See Also