This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Constants > E > esriServerExceptionHandlingMode Constants (ArcObjects .NET 10.5 SDK) |
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. |