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


IServerErrorReports Interface (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
ArcGIS Developer Help

IServerErrorReports Interface

Provides access to Server error reporting settings.

Product Availability

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

Members

Name Description
Read/write property ErrorReportCacheSize Maximum number of stored crash dumps.
Read/write property ErrorReportDir Crash dump directory.
Read/write property ErrorReportEmailAddress E-mail address of server administrator.
Read/write property ErrorReportEnableUpload Indicates whether error reporting is enabled.
Read/write property ErrorReportInterval Interval at which SOM checks crash dumps and uploads error reports.
Read/write property ErrorReportMode Exception handling mode of SOC processes.
Read/write property ErrorReportModeSOM Exception handling mode of SOM process.
Read/write property ErrorReportType Crash dump type.
Method ReportErrors Uploads stored error reports to the reporting web service.

Classes that implement IServerErrorReports

Classes Description
ServerObjectAdmin The ServerObjectAdmin object which administrates the GIS Server.