Click or drag to resize

ApiException Constructor (String, Exception)

Initializes a new instance of the ApiException class using the specified error message and a reference to the inner exception.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public ApiException(
	string msg,
	Exception innerException
)

Parameters

msg
Type: SystemString
An error message.
innerException
Type: SystemException
An inner exception.
See Also