MethodInvocationException Constructor
Overloads
| MethodInvocationException(String, MethodInvocationException.Error) |
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. |
MethodInvocationException(String, MethodInvocationException.Error)
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.
Declaration
public MethodInvocationException(string message, MethodInvocationException.Error error)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
The error message that explains the reason for the exception. |
| MethodInvocationException.Error | error |
The Qlik Sense error that is the cause of this exception. |