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


IServerErrorReports.ReportErrors Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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