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


IServerErrorReports.ReportErrors Method (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.ReportErrors Method
ArcGIS Developer Help

IServerErrorReports.ReportErrors Method

Uploads stored error reports to the reporting web service.

[Visual Basic .NET]
Public Sub ReportErrors ( _
)
[C#]
public void ReportErrors (
);
[C++]
HRESULT ReportErrors(
void
);

Product Availability

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

See Also

IServerErrorReports Interface