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


IServerErrorReports.ErrorReportType Property (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.ErrorReportType Property
ArcGIS Developer Help

IServerErrorReports.ErrorReportType Property

Crash dump type.

[Visual Basic .NET]
Public Property ErrorReportType As Integer
[C#]
public uint ErrorReportType {get; set;}
[C++]
HRESULT get_ErrorReportType(
  Unsigned long pVal
);
[C++]
HRESULT put_ErrorReportType(
  System.UInt32* pVal
);
[C++]
Parameters
pVal [in]

pVal is a parameter of type unsigned long pVal [out, retval]
pVal is a parameter of type unsigned long*

Product Availability

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

See Also

IServerErrorReports Interface