System.Web.Management.WebEventCodes Members

The members of System.Web.Management.WebEventCodes are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

const
ApplicationCodeBaseint (1000).

Identifies the offset for the ASP.NET health-monitoring application event codes. This field is constant.

const
ApplicationCompilationEndint (1004).

Represents the event code indicating that the compilation of the application has finished. This field is constant.

const
ApplicationCompilationStartint (1003).

Represents the event code indicating that the compilation of the application has started. This field is constant.

const
ApplicationDetailCodeBaseint (50000).

Identifies the offset for the application detail event codes. This field is constant.

const
ApplicationHeartbeatint (1005).

Represents the event code indicating that a heartbeat event occurred. This field is constant.

const
ApplicationShutdownint (1002).

Represents the event code indicating that an application has shut down. This field is constant.

const
ApplicationShutdownBinDirChangeOrDirectoryRenameint (50007).

Represents the event code indicating a subdirectory in the application's Bin directory was changed or renamed. This field is constant.

const
ApplicationShutdownBrowsersDirChangeOrDirectoryRenameint (50008).

Represents the event code indicating a subdirectory in the Browsers application directory was changed or renamed. This field is constant.

const
ApplicationShutdownChangeInGlobalAsaxint (50003).

Represents the event code indicating that the Global.asax file has changed. This field is constant.

const
ApplicationShutdownChangeInSecurityPolicyFileint (50006).

Represents the event code indicating that the security policy file has changed. This field is constant.

const
ApplicationShutdownCodeDirChangeOrDirectoryRenameint (50009).

Represents the event code indicating a subdirectory in the App_Code directory was changed or renamed. This field is constant.

const
ApplicationShutdownConfigurationChangeint (50004).

Represents the event code indicating that the configuration file has changed. This field is constant.

const
ApplicationShutdownHostingEnvironmentint (50002).

Represents the event code indicating that the hosting environment is shutting down. This field is constant.

const
ApplicationShutdownHttpRuntimeCloseint (50013).

Represents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant.

const
ApplicationShutdownIdleTimeoutint (50011).

Represents the event code indicating that the idle time-out was exceeded. This field is constant.

const
ApplicationShutdownInitializationErrorint (50014).

Represents the event code indicating an application-initialization error occurred. This field is constant.

const
ApplicationShutdownMaxRecompilationsReachedint (50015).

Represents the event code indicating that the maximum number of recompilations was reached. This field is constant.

const
ApplicationShutdownPhysicalApplicationPathChangedint (50012).

Represents the event code indicating that the physical path of the application has changed. This field is constant.

const
ApplicationShutdownResourcesDirChangeOrDirectoryRenameint (50010).

Represents the event code indicating a subdirectory in the App_Resources directory was changed or renamed. This field is constant.

const
ApplicationShutdownUnknownint (50001).

Represents the event code indicating that the application shutdown reason is unknown. This field is constant.

const
ApplicationShutdownUnloadAppDomainCalledint (50005).

Represents the event code indicating that the application domain was explicitly unloaded. This field is constant.

const
ApplicationStartint (1001).

Represents the event code indicating that an application has started. This field is constant.

const
AuditCodeBaseint (4000).

Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.

const
AuditDetailCodeBaseint (50200).

Identifies the offset for the ASP.NET audit-detail event codes. This field is constant.

const
AuditFileAuthorizationFailureint (4008).

Represents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant.

const
AuditFileAuthorizationSuccessint (4004).

Represents the event code indicating that a file-authorization success occurred during a Web request. This field is constant.

const
AuditFormsAuthenticationFailureint (4005).

Represents the event code indicating a form authentication failure occurred during a Web request. This field is constant.

const
AuditFormsAuthenticationSuccessint (4001).

Represents the event code indicating a form-authentication success occurred during a Web request. This field is constant.

const
AuditInvalidViewStateFailureint (4009).

Represents the event code indicating that the view-state verification failed. This field is constant.

const
AuditMembershipAuthenticationFailureint (4006).

Represents the event code indicating that a membership-authentication failure occurred during a Web request. This field is constant.

const
AuditMembershipAuthenticationSuccessint (4002).

Represents the event code indicating that a membership-authentication success occurred during a Web request. This field is constant.

const
AuditUnhandledAccessExceptionint (4011).

Represents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant.

const
AuditUnhandledSecurityExceptionint (4010).

Represents the event code indicating that an unhandled security exception occurred during a Web request. This field is constant.

const
AuditUrlAuthorizationFailureint (4007).

Represents the event code indicating that a URL-authorization failure occurred during a Web request. This field is constant.

const
AuditUrlAuthorizationSuccessint (4003).

Represents the event code indicating a URL-authorization success occurred during a Web request. This field is constant.

const
ErrorCodeBaseint (3000).

Identifies the offset for the ASP.NET health-monitoring error event codes. This field is constant.

const
ExpiredTicketFailureint (50202).

Represents the event code indicating that the supplied ticket is expired. This field is constant.

const
InvalidEventCodeint (-1).

Represents the event code indicating that the event code value is not allowed. This field is constant.

const
InvalidTicketFailureint (50201).

Represents the event code indicating that the supplied ticket is invalid. This field is constant.

const
InvalidViewStateint (50204).

Represents the event code indicating that the supplied view state is invalid. This field is constant.

const
InvalidViewStateMacint (50203).

Represents the event code indicating that the supplied view state failed the integrity check. This field is constant.

const
MiscCodeBaseint (6000).

Identifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant.

const
RequestCodeBaseint (2000).

Identifies the offset for the ASP.NET health-monitoring Web-request event codes. This field is constant.

const
RequestTransactionAbortint (2002).

Represents the event code indicating that the Web request was aborted. This field is constant.

const
RequestTransactionCompleteint (2001).

Represents the event code indicating that the Web request was completed. This field is constant.

const
RuntimeErrorPostTooLargeint (3004).

Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.

const
RuntimeErrorRequestAbortint (3001).

Represents the event code indicating that the Web request has been aborted.

const
RuntimeErrorUnhandledExceptionint (3005).

Represents the event code indicating an unhandled exception occurred. This field is constant.

const
RuntimeErrorValidationFailureint (3003).

Represents the event code indicating that a validation error occurred. This field is constant.

const
RuntimeErrorViewStateFailureint (3002).

Represents the event code indicating that a view-state failure occurred. This field is constant.

const
SqlProviderEventsDroppedint (50301).

Represents the event code indicating that the SQL provider dropped events. This field is constant.

const
StateServerConnectionErrorint (50016).

Represents the event code indicating that an error occurred while communicating with the state server. This field is constant.

const
UndefinedEventCodeint (0).

Represents the event code indicating that the major event code value is not defined. This field is constant.

const
UndefinedEventDetailCodeint (0).

Represents the event code indicating that the detail event code value is not defined. This field is constant.

const
WebErrorCompilationErrorint (3007).

Indicates that a compilation error occurred.

const
WebErrorConfigurationErrorint (3008).

Indicates that a configuration error occurred. This field is constant.

const
WebErrorObjectStateFormatterDeserializationErrorint (3011).

Represents the event code indicating that there was an error during the deserialization of the type or value of an object. This field is constant.

const
WebErrorOtherErrorint (3009).

Represents the event code indicating that an unclassified error occurred. This field is constant.

const
WebErrorParserErrorint (3006).

Represents the event code indicating a parser error occurred.

const
WebErrorPropertyDeserializationErrorint (3010).

Represents the event code indicating that there was an error during the deserialization of a property. This field is constant.

const
WebEventDetailCodeBaseint (50300).

Identifies the offset for the ASP.NET health-monitoring Web-detail event codes.

const
WebEventProviderInformationint (6001).

Represents the event code used by providers to record nonstandard information about an event. This field is constant.

const
WebExtendedBaseint (100000).

Identifies the offset for the custom event codes. This field is constant.