| MethodInvocationException Constructor  | 
            Initializes a new instance of the MethodInvocationException class with a specified error message and a reference to the Qlik Sense error that is the cause of this exception.
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic MethodInvocationException(
	string message,
	MethodInvocationExceptionError error
)
Public Sub New ( 
	message As String,
	error As MethodInvocationExceptionError
)
Parameters
- message
 - Type: SystemString
The error message that explains the reason for the exception. - error
 - Type: Qlik.EngineMethodInvocationExceptionError
The Qlik Sense error that is the cause of this exception. 
See Also