com.esri.arcgis.system
Interface scriptEngineError

All Superinterfaces:
Serializable

public interface scriptEngineError
extends Serializable

Error codes for ESRIScriptEngine.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL
          Cannot co-create JScript control.
static int SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL
          Cannot co-create VBScript control.
 

Field Detail

SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL

static final int SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL
Cannot co-create VBScript control.

See Also:
Constant Field Values

SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL

static final int SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL
Cannot co-create JScript control.

See Also:
Constant Field Values