| MethodInvocationExceptionError Constructor  | 
            Initializes a new instance of the Error class with a specified error code, message and optional parameter.
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Error(
	NxLocalizedErrorCode code = NxLocalizedErrorCode.LOCERR_GENERIC_OK,
	string message = "",
	string parameter = ""
)
Public Sub New ( 
	Optional code As NxLocalizedErrorCode = NxLocalizedErrorCode.LOCERR_GENERIC_OK,
	Optional message As String = "",
	Optional parameter As String = ""
)
Parameters
- code (Optional)
 - Type: Qlik.EngineNxLocalizedErrorCode
The specified error code - message (Optional)
 - Type: SystemString
The optional error message - parameter (Optional)
 - Type: SystemString
The optional error parameter 
See Also