There was an error loading or invoking the script engine. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly SCRIPT_LOAD_INVOKE_ERROR As ExceptionCode
C#
public static readonly ExceptionCode SCRIPT_LOAD_INVOKE_ERROR;
C++
public:
 static const ExceptionCode SCRIPT_LOAD_INVOKE_ERROR;
J#
public static final ExceptionCode SCRIPT_LOAD_INVOKE_ERROR
JScript
public static const var SCRIPT_LOAD_INVOKE_ERROR : ExceptionCode;

See Also