Click or drag to resize

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
)

Parameters

msg
Type: SystemString
An error message.
See Also