Error description
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Error(
NxLocalizedErrorCode code = NxLocalizedErrorCode.LOCERR_GENERIC_OK,
string message = "",
string parameter = ""
)
public 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 = ""
)
Public Sub New (
Optional code As NxLocalizedErrorCode = NxLocalizedErrorCode.LOCERR_GENERIC_OK,
Optional message As String = "",
Optional parameter As String = ""
)