ArcObjects Library Reference (Server)  

IServerErrorReports.ErrorReportCacheSize Property

Maximum number of stored crash dumps.

[Visual Basic .NET]
Public Property ErrorReportCacheSize As Integer
[C#]
public uint ErrorReportCacheSize {get; set;}
[C++]
HRESULT get_ErrorReportCacheSize(
  Unsigned long* pVal
);
[C++]
HRESULT put_ErrorReportCacheSize(
  Unsigned long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Unsigned long pVal [in]   pVal is a parameter of type Unsigned long

Product Availability

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

See Also

IServerErrorReports Interface