com.esri.arcgis.server
Interface esriServerExceptionHandlingMode

All Superinterfaces:
Serializable

public interface esriServerExceptionHandlingMode
extends Serializable

Exception handling modes.

Product Availability

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


Field Summary
static int esriServerExceptionHandlingMode_Dump
          Generate a dump file if an exception occurs.
static int esriServerExceptionHandlingMode_ExitOnException
          Exit process if an exception occurs.
static int esriServerExceptionHandlingMode_ExitOnExceptionAndDump
          Exit process and generate a dump file if an exception occurs.
static int esriServerExceptionHandlingMode_Normal
          Do not handle exceptions.
 

Field Detail

esriServerExceptionHandlingMode_Normal

static final int esriServerExceptionHandlingMode_Normal
Do not handle exceptions.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_ExitOnException

static final int esriServerExceptionHandlingMode_ExitOnException
Exit process if an exception occurs.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_ExitOnExceptionAndDump

static final int esriServerExceptionHandlingMode_ExitOnExceptionAndDump
Exit process and generate a dump file if an exception occurs.

See Also:
Constant Field Values

esriServerExceptionHandlingMode_Dump

static final int esriServerExceptionHandlingMode_Dump
Generate a dump file if an exception occurs.

See Also:
Constant Field Values