IServerErrorReports Interface
Provides access to Server error reporting settings.
Members
Name | Description | |
---|---|---|
![]() |
ErrorReportCacheSize | Maximum number of stored crash dumps. |
![]() |
ErrorReportDir | Crash dump directory. |
![]() |
ErrorReportEmailAddress | E-mail address of server administrator. |
![]() |
ErrorReportEnableUpload | Indicates whether error reporting is enabled. |
![]() |
ErrorReportInterval | Interval at which SOM checks crash dumps and uploads error reports. |
![]() |
ErrorReportMode | Exception handling mode of SOC processes. |
![]() |
ErrorReportModeSOM | Exception handling mode of SOM process. |
![]() |
ErrorReportType | Crash dump type. |
![]() |
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. |