Exception handling modes.
Constant | Value | Description |
---|---|---|
esriServerExceptionHandlingMode_Normal | 0 | Do not handle exceptions. |
esriServerExceptionHandlingMode_ExitOnException | 1 | Exit process if an exception occurs. |
esriServerExceptionHandlingMode_ExitOnExceptionAndDump | 2 | Exit process and generate a dump file if an exception occurs. |
esriServerExceptionHandlingMode_Dump | 3 | Generate a dump file if an exception occurs. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.