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


IServerErrorReports.ErrorReportType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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(
  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