WebEventCodes Members

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

The following tables list the members exposed by the WebEventCodes type.

  Name Description
Public field Static ApplicationCodeBase Identifies the offset for the ASP.NET health-monitoring application event codes. This field is constant.
Public field Static ApplicationCompilationEnd Represents the event code indicating that the compilation of the application has finished. This field is constant.
Public field Static ApplicationCompilationStart Represents the event code indicating that the compilation of the application has started. This field is constant.
Public field Static ApplicationDetailCodeBase Identifies the offset for the application detail event codes. This field is constant.
Public field Static ApplicationHeartbeat Represents the event code indicating that a heartbeat event occurred. This field is constant.
Public field Static ApplicationShutdown Represents the event code indicating that an application has shut down. This field is constant.
Public field Static ApplicationShutdownBinDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the application's Bin directory was changed or renamed. This field is constant.
Public field Static ApplicationShutdownBrowsersDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the Browsers application directory was changed or renamed. This field is constant.
Public field Static ApplicationShutdownBuildManagerChange Represents the event code that indicates that the compilation system caused the application to shut down. This field is constant.
Public field Static ApplicationShutdownChangeInGlobalAsax Represents the event code indicating that the Global.asax file has changed. This field is constant.
Public field Static ApplicationShutdownChangeInSecurityPolicyFile Represents the event code indicating that the security policy file has changed. This field is constant.
Public field Static ApplicationShutdownCodeDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the App_Code directory was changed or renamed. This field is constant.
Public field Static ApplicationShutdownConfigurationChange Represents the event code indicating that the configuration file has changed. This field is constant.
Public field Static ApplicationShutdownHostingEnvironment Represents the event code indicating that the hosting environment is shutting down. This field is constant.
Public field Static ApplicationShutdownHttpRuntimeClose Represents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant.
Public field Static ApplicationShutdownIdleTimeout Represents the event code indicating that the idle time-out was exceeded. This field is constant.
Public field Static ApplicationShutdownInitializationError Represents the event code indicating an application-initialization error occurred. This field is constant.
Public field Static ApplicationShutdownMaxRecompilationsReached Represents the event code indicating that the maximum number of recompilations was reached. This field is constant.
Public field Static ApplicationShutdownPhysicalApplicationPathChanged Represents the event code indicating that the physical path of the application has changed. This field is constant.
Public field Static ApplicationShutdownResourcesDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the App_Resources directory was changed or renamed. This field is constant.
Public field Static ApplicationShutdownUnknown Represents the event code indicating that the application shutdown reason is unknown. This field is constant.
Public field Static ApplicationShutdownUnloadAppDomainCalled Represents the event code indicating that the application domain was explicitly unloaded. This field is constant.
Public field Static ApplicationStart Represents the event code indicating that an application has started. This field is constant.
Public field Static AuditCodeBase Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.
Public field Static AuditDetailCodeBase Identifies the offset for the ASP.NET audit-detail event codes. This field is constant.
Public field Static AuditFileAuthorizationFailure Represents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant.
Public field Static AuditFileAuthorizationSuccess Represents the event code indicating that a file-authorization success occurred during a Web request. This field is constant.
Public field Static AuditFormsAuthenticationFailure Represents the event code indicating a form authentication failure occurred during a Web request. This field is constant.
Public field Static AuditFormsAuthenticationSuccess Represents the event code indicating a form-authentication success occurred during a Web request. This field is constant.
Public field Static AuditInvalidViewStateFailure Represents the event code indicating that the view-state verification failed. This field is constant.
Public field Static AuditMembershipAuthenticationFailure Represents the event code indicating that a membership-authentication failure occurred during a Web request. This field is constant.
Public field Static AuditMembershipAuthenticationSuccess Represents the event code indicating that a membership-authentication success occurred during a Web request. This field is constant.
Public field Static AuditUnhandledAccessException Represents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant.
Public field Static AuditUnhandledSecurityException Represents the event code indicating that an unhandled security exception occurred during a Web request. This field is constant.
Public field Static AuditUrlAuthorizationFailure Represents the event code indicating that a URL-authorization failure occurred during a Web request. This field is constant.
Public field Static AuditUrlAuthorizationSuccess Represents the event code indicating a URL-authorization success occurred during a Web request. This field is constant.
Public field Static ErrorCodeBase Identifies the offset for the ASP.NET health-monitoring error event codes. This field is constant.
Public field Static ExpiredTicketFailure Represents the event code indicating that the supplied ticket is expired. This field is constant.
Public field Static InvalidEventCode Represents the event code indicating that the event code value is not allowed. This field is constant.
Public field Static InvalidTicketFailure Represents the event code indicating that the supplied ticket is invalid. This field is constant.
Public field Static InvalidViewState Represents the event code indicating that the supplied view state is invalid. This field is constant.
Public field Static InvalidViewStateMac Represents the event code indicating that the supplied view state failed the integrity check. This field is constant.
Public field Static MiscCodeBase Identifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant.
Public field Static RequestCodeBase Identifies the offset for the ASP.NET health-monitoring Web-request event codes. This field is constant.
Public field Static RequestTransactionAbort Represents the event code indicating that the Web request was aborted. This field is constant.
Public field Static RequestTransactionComplete Represents the event code indicating that the Web request was completed. This field is constant.
Public field Static RuntimeErrorPostTooLarge Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.
Public field Static RuntimeErrorRequestAbort Represents the event code indicating that the Web request has been aborted.
Public field Static RuntimeErrorUnhandledException Represents the event code indicating an unhandled exception occurred. This field is constant.
Public field Static RuntimeErrorValidationFailure Represents the event code indicating that a validation error occurred. This field is constant.
Public field Static RuntimeErrorViewStateFailure Represents the event code indicating that a view-state failure occurred. This field is constant.
Public field Static SqlProviderEventsDropped Represents the event code indicating that the SQL provider dropped events. This field is constant.
Public field Static StateServerConnectionError Represents the event code indicating that an error occurred while communicating with the state server. This field is constant.
Public field Static UndefinedEventCode Represents the event code indicating that the major event code value is not defined. This field is constant.
Public field Static UndefinedEventDetailCode Represents the event code indicating that the detail event code value is not defined. This field is constant.
Public field Static WebErrorCompilationError Indicates that a compilation error occurred.
Public field Static WebErrorConfigurationError Indicates that a configuration error occurred. This field is constant.
Public field Static WebErrorObjectStateFormatterDeserializationError 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.
Public field Static WebErrorOtherError Represents the event code indicating that an unclassified error occurred. This field is constant.
Public field Static WebErrorParserError Represents the event code indicating a parser error occurred.
Public field Static WebErrorPropertyDeserializationError Represents the event code indicating that there was an error during the deserialization of a property. This field is constant.
Public field Static WebEventDetailCodeBase Identifies the offset for the ASP.NET health-monitoring Web-detail event codes.
Public field Static WebEventProviderInformation Represents the event code used by providers to record nonstandard information about an event. This field is constant.
Public field Static WebExtendedBase Identifies the offset for the custom event codes. This field is constant.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: