IServerErrorReports Interface

Provides access to Server error reporting settings.

Members

Name Description
Read/write property ErrorReportCacheSize Maximum number of stored crash dumps.
Read/write property ErrorReportDir Crash dump directory.
Read/write property ErrorReportEmailAddress E-mail address of server administrator.
Read/write property ErrorReportEnableUpload Indicates whether error reporting is enabled.
Read/write property ErrorReportInterval Interval at which SOM checks crash dumps and uploads error reports.
Read/write property ErrorReportMode Exception handling mode of SOC processes.
Read/write property ErrorReportModeSOM Exception handling mode of SOM process.
Read/write property ErrorReportType Crash dump type.
Method ReportErrors Uploads stored error reports to the reporting web service.

IServerErrorReports.ErrorReportCacheSize Property

Maximum number of stored crash dumps.

Public Property ErrorReportCacheSize As Integer
public uint ErrorReportCacheSize {get; set;}

IServerErrorReports.ErrorReportDir Property

Crash dump directory.

Public Property ErrorReportDir As String
public string ErrorReportDir {get; set;}

IServerErrorReports.ErrorReportEmailAddress Property

E-mail address of server administrator.

Public Property ErrorReportEmailAddress As String
public string ErrorReportEmailAddress {get; set;}

IServerErrorReports.ErrorReportEnableUpload Property

Indicates whether error reporting is enabled.

Public Property ErrorReportEnableUpload As Boolean
public bool ErrorReportEnableUpload {get; set;}

IServerErrorReports.ErrorReportInterval Property

Interval at which SOM checks crash dumps and uploads error reports.

Public Property ErrorReportInterval As Integer
public uint ErrorReportInterval {get; set;}

IServerErrorReports.ErrorReportMode Property

Exception handling mode of SOC processes.

Public Property ErrorReportMode As esriServerExceptionHandlingMode
public esriServerExceptionHandlingMode ErrorReportMode {get; set;}

IServerErrorReports.ErrorReportModeSOM Property

Exception handling mode of SOM process.

Public Property ErrorReportModeSOM As esriServerExceptionHandlingMode
public esriServerExceptionHandlingMode ErrorReportModeSOM {get; set;}

IServerErrorReports.ErrorReportType Property

Crash dump type.

Public Property ErrorReportType As Integer
public uint ErrorReportType {get; set;}

IServerErrorReports.ReportErrors Method

Uploads stored error reports to the reporting web service.

Public Sub ReportErrors ( _
)
public void ReportErrors (
);

Classes that implement IServerErrorReports

Classes Description
ServerObjectAdmin The ServerObjectAdmin object which administrates the GIS Server.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.