This document is archived and information here might be outdated.  Recommended version.


IServerErrorReports.ErrorReportMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerErrorReports Interface > IServerErrorReports.ErrorReportMode Property
ArcGIS Developer Help

IServerErrorReports.ErrorReportMode Property

Exception handling mode of SOC processes.

[Visual Basic .NET]
Public Property ErrorReportMode As esriServerExceptionHandlingMode
[C#]
public esriServerExceptionHandlingMode ErrorReportMode {get; set;}
[C++]
HRESULT get_ErrorReportMode(
  esriServerExceptionHandlingMode pVal
);
[C++]
HRESULT put_ErrorReportMode(
  esriServerExceptionHandlingMode* pVal
);
[C++]
Parameters
pVal [in]

pVal is a parameter of type esriServerExceptionHandlingMode pVal [out, retval]
pVal is a parameter of type esriServerExceptionHandlingMode*

Product Availability

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

See Also

IServerErrorReports Interface