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