| 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
Syntaxpublic ApiException(
	string msg,
	Exception innerException
)
Public Sub New ( 
	msg As String,
	innerException As Exception
)
Dim msg As String
Dim innerException As Exception
Dim instance As New ApiException(msg, innerException)
public:
ApiException(
	String^ msg, 
	Exception^ innerException
)
Parameters
- msg
- Type: SystemString
 An error message.
- innerException
- Type: SystemException
 An inner exception.
 See Also
See Also