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: 1.1.0.0 (1.1.0.0)
Syntax public 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