.NET Framework Class Library
WebEventCodes Members

Defines the codes associated with the ASP.NET health monitoring events.

The WebEventCodes type exposes the following members.

Methods

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberApplicationCodeBaseIdentifies the offset for the ASP.NET health-monitoring application event codes. This field is constant.
Public fieldStatic memberApplicationCompilationEndRepresents the event code indicating that the compilation of the application has finished. This field is constant.
Public fieldStatic memberApplicationCompilationStartRepresents the event code indicating that the compilation of the application has started. This field is constant.
Public fieldStatic memberApplicationDetailCodeBaseIdentifies the offset for the application detail event codes. This field is constant.
Public fieldStatic memberApplicationHeartbeatRepresents the event code indicating that a heartbeat event occurred. This field is constant.
Public fieldStatic memberApplicationShutdownRepresents the event code indicating that an application has shut down. This field is constant.
Public fieldStatic memberApplicationShutdownBinDirChangeOrDirectoryRenameRepresents the event code indicating a subdirectory in the application's Bin directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownBrowsersDirChangeOrDirectoryRenameRepresents the event code indicating a subdirectory in the Browsers application directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownBuildManagerChangeRepresents the event code indicating that the build manager has made a change that requires the application domain to be shut down.
Public fieldStatic memberApplicationShutdownChangeInGlobalAsaxRepresents the event code indicating that the Global.asax file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownChangeInSecurityPolicyFileRepresents the event code indicating that the security policy file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownCodeDirChangeOrDirectoryRenameRepresents the event code indicating a subdirectory in the App_Code directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownConfigurationChangeRepresents the event code indicating that the configuration file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownHostingEnvironmentRepresents the event code indicating that the hosting environment is shutting down. This field is constant.
Public fieldStatic memberApplicationShutdownHttpRuntimeCloseRepresents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant.
Public fieldStatic memberApplicationShutdownIdleTimeoutRepresents the event code indicating that the idle time-out was exceeded. This field is constant.
Public fieldStatic memberApplicationShutdownInitializationErrorRepresents the event code indicating an application-initialization error occurred. This field is constant.
Public fieldStatic memberApplicationShutdownMaxRecompilationsReachedRepresents the event code indicating that the maximum number of recompilations was reached. This field is constant.
Public fieldStatic memberApplicationShutdownPhysicalApplicationPathChangedRepresents the event code indicating that the physical path of the application has changed. This field is constant.
Public fieldStatic memberApplicationShutdownResourcesDirChangeOrDirectoryRenameRepresents the event code indicating a subdirectory in the App_Resources directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownUnknownRepresents the event code indicating that the application shutdown reason is unknown. This field is constant.
Public fieldStatic memberApplicationShutdownUnloadAppDomainCalledRepresents the event code indicating that the application domain was explicitly unloaded. This field is constant.
Public fieldStatic memberApplicationStartRepresents the event code indicating that an application has started. This field is constant.
Public fieldStatic memberAuditCodeBaseIdentifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.
Public fieldStatic memberAuditDetailCodeBaseIdentifies the offset for the ASP.NET audit-detail event codes. This field is constant.
Public fieldStatic memberAuditFileAuthorizationFailureRepresents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFileAuthorizationSuccessRepresents the event code indicating that a file-authorization success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFormsAuthenticationFailureRepresents the event code indicating a form authentication failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFormsAuthenticationSuccessRepresents the event code indicating a form-authentication success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditInvalidViewStateFailureRepresents the event code indicating that the view-state verification failed. This field is constant.
Public fieldStatic memberAuditMembershipAuthenticationFailureRepresents the event code indicating that a membership-authentication failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditMembershipAuthenticationSuccessRepresents the event code indicating that a membership-authentication success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUnhandledAccessExceptionRepresents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUnhandledSecurityExceptionRepresents the event code indicating that an unhandled security exception occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUrlAuthorizationFailureRepresents the event code indicating that a URL-authorization failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUrlAuthorizationSuccessRepresents the event code indicating a URL-authorization success occurred during a Web request. This field is constant.
Public fieldStatic memberErrorCodeBaseIdentifies the offset for the ASP.NET health-monitoring error event codes. This field is constant.
Public fieldStatic memberExpiredTicketFailureRepresents the event code indicating that the supplied ticket is expired. This field is constant.
Public fieldStatic memberInvalidEventCodeRepresents the event code indicating that the event code value is not allowed. This field is constant.
Public fieldStatic memberInvalidTicketFailureRepresents the event code indicating that the supplied ticket is invalid. This field is constant.
Public fieldStatic memberInvalidViewStateRepresents the event code indicating that the supplied view state is invalid. This field is constant.
Public fieldStatic memberInvalidViewStateMacRepresents the event code indicating that the supplied view state failed the integrity check. This field is constant.
Public fieldStatic memberMiscCodeBaseIdentifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant.
Public fieldStatic memberRequestCodeBaseIdentifies the offset for the ASP.NET health-monitoring Web-request event codes. This field is constant.
Public fieldStatic memberRequestTransactionAbortRepresents the event code indicating that the Web request was aborted. This field is constant.
Public fieldStatic memberRequestTransactionCompleteRepresents the event code indicating that the Web request was completed. This field is constant.
Public fieldStatic memberRuntimeErrorPostTooLargeRepresents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.
Public fieldStatic memberRuntimeErrorRequestAbortRepresents the event code indicating that the Web request has been aborted.
Public fieldStatic memberRuntimeErrorUnhandledExceptionRepresents the event code indicating an unhandled exception occurred. This field is constant.
Public fieldStatic memberRuntimeErrorValidationFailureRepresents the event code indicating that a validation error occurred. This field is constant.
Public fieldStatic memberRuntimeErrorViewStateFailureRepresents the event code indicating that a view-state failure occurred. This field is constant.
Public fieldStatic memberSqlProviderEventsDroppedRepresents the event code indicating that the SQL provider dropped events. This field is constant.
Public fieldStatic memberStateServerConnectionErrorRepresents the event code indicating that an error occurred while communicating with the state server. This field is constant.
Public fieldStatic memberUndefinedEventCodeRepresents the event code indicating that the major event code value is not defined. This field is constant.
Public fieldStatic memberUndefinedEventDetailCodeRepresents the event code indicating that the detail event code value is not defined. This field is constant.
Public fieldStatic memberWebErrorCompilationErrorIndicates that a compilation error occurred.
Public fieldStatic memberWebErrorConfigurationErrorIndicates that a configuration error occurred. This field is constant.
Public fieldStatic memberWebErrorObjectStateFormatterDeserializationErrorRepresents the event code indicating that there was an error during the deserialization of the type or value of an object. This field is constant.
Public fieldStatic memberWebErrorOtherErrorRepresents the event code indicating that an unclassified error occurred. This field is constant.
Public fieldStatic memberWebErrorParserErrorRepresents the event code indicating a parser error occurred.
Public fieldStatic memberWebErrorPropertyDeserializationErrorRepresents the event code indicating that there was an error during the deserialization of a property. This field is constant.
Public fieldStatic memberWebEventDetailCodeBaseIdentifies the offset for the ASP.NET health-monitoring Web-detail event codes.
Public fieldStatic memberWebEventProviderInformationRepresents the event code used by providers to record nonstandard information about an event. This field is constant.
Public fieldStatic memberWebExtendedBaseIdentifies the offset for the custom event codes. This field is constant.
Top
See Also

Reference

Tags :


Page view tracker