ArcObjects Library Reference (Server)  

IServerErrorReports.ErrorReportModeSOM Property

Exception handling mode of SOM process.

[Visual Basic .NET]
Public Property ErrorReportModeSOM As esriServerExceptionHandlingMode
[C#]
public esriServerExceptionHandlingMode ErrorReportModeSOM {get; set;}
[C++]
HRESULT get_ErrorReportModeSOM(
  esriServerExceptionHandlingMode* pVal
);
[C++]
HRESULT put_ErrorReportModeSOM(
  esriServerExceptionHandlingMode pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriServerExceptionHandlingMode

pVal [in]

  pVal is a parameter of type esriServerExceptionHandlingMode

Product Availability

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

See Also

IServerErrorReports Interface