Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
WebEventCodes Class
 WebEventCodes Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
WebEventCodes Members

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

The WebEventCodes type exposes the following members.

  NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public fieldStatic memberApplicationCodeBase Identifies the offset for the ASP.NET health-monitoring application event codes. This field is constant.
Public fieldStatic memberApplicationCompilationEnd Represents the event code indicating that the compilation of the application has finished. This field is constant.
Public fieldStatic memberApplicationCompilationStart Represents the event code indicating that the compilation of the application has started. This field is constant.
Public fieldStatic memberApplicationDetailCodeBase Identifies the offset for the application detail event codes. This field is constant.
Public fieldStatic memberApplicationHeartbeat Represents the event code indicating that a heartbeat event occurred. This field is constant.
Public fieldStatic memberApplicationShutdown Represents the event code indicating that an application has shut down. This field is constant.
Public fieldStatic memberApplicationShutdownBinDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the application's Bin directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownBrowsersDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the Browsers application directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownBuildManagerChange Represents the event code indicating that the build manager has made a change that requires the application domain to be shut down.
Public fieldStatic memberApplicationShutdownChangeInGlobalAsax Represents the event code indicating that the Global.asax file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownChangeInSecurityPolicyFile Represents the event code indicating that the security policy file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownCodeDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the App_Code directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownConfigurationChange Represents the event code indicating that the configuration file has changed. This field is constant.
Public fieldStatic memberApplicationShutdownHostingEnvironment Represents the event code indicating that the hosting environment is shutting down. This field is constant.
Public fieldStatic memberApplicationShutdownHttpRuntimeClose Represents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant.
Public fieldStatic memberApplicationShutdownIdleTimeout Represents the event code indicating that the idle time-out was exceeded. This field is constant.
Public fieldStatic memberApplicationShutdownInitializationError Represents the event code indicating an application-initialization error occurred. This field is constant.
Public fieldStatic memberApplicationShutdownMaxRecompilationsReached Represents the event code indicating that the maximum number of recompilations was reached. This field is constant.
Public fieldStatic memberApplicationShutdownPhysicalApplicationPathChanged Represents the event code indicating that the physical path of the application has changed. This field is constant.
Public fieldStatic memberApplicationShutdownResourcesDirChangeOrDirectoryRename Represents the event code indicating a subdirectory in the App_Resources directory was changed or renamed. This field is constant.
Public fieldStatic memberApplicationShutdownUnknown Represents the event code indicating that the application shutdown reason is unknown. This field is constant.
Public fieldStatic memberApplicationShutdownUnloadAppDomainCalled Represents the event code indicating that the application domain was explicitly unloaded. This field is constant.
Public fieldStatic memberApplicationStart Represents the event code indicating that an application has started. This field is constant.
Public fieldStatic memberAuditCodeBase Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.
Public fieldStatic memberAuditDetailCodeBase Identifies the offset for the ASP.NET audit-detail event codes. This field is constant.
Public fieldStatic memberAuditFileAuthorizationFailure Represents the event code indicating that a file-authorization failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFileAuthorizationSuccess Represents the event code indicating that a file-authorization success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFormsAuthenticationFailure Represents the event code indicating a form authentication failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditFormsAuthenticationSuccess Represents the event code indicating a form-authentication success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditInvalidViewStateFailure Represents the event code indicating that the view-state verification failed. This field is constant.
Public fieldStatic memberAuditMembershipAuthenticationFailure Represents the event code indicating that a membership-authentication failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditMembershipAuthenticationSuccess Represents the event code indicating that a membership-authentication success occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUnhandledAccessException Represents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUnhandledSecurityException Represents the event code indicating that an unhandled security exception occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUrlAuthorizationFailure Represents the event code indicating that a URL-authorization failure occurred during a Web request. This field is constant.
Public fieldStatic memberAuditUrlAuthorizationSuccess Represents the event code indicating a URL-authorization success occurred during a Web request. This field is constant.
Public fieldStatic memberErrorCodeBase Identifies the offset for the ASP.NET health-monitoring error event codes. This field is constant.
Public fieldStatic memberExpiredTicketFailure Represents the event code indicating that the supplied ticket is expired. This field is constant.
Public fieldStatic memberInvalidEventCode Represents the event code indicating that the event code value is not allowed. This field is constant.
Public fieldStatic memberInvalidTicketFailure Represents the event code indicating that the supplied ticket is invalid. This field is constant.
Public fieldStatic memberInvalidViewState Represents the event code indicating that the supplied view state is invalid. This field is constant.
Public fieldStatic memberInvalidViewStateMac Represents the event code indicating that the supplied view state failed the integrity check. This field is constant.
Public fieldStatic memberMiscCodeBase Identifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant.
Public fieldStatic memberRequestCodeBase Identifies the offset for the ASP.NET health-monitoring Web-request event codes. This field is constant.
Public fieldStatic memberRequestTransactionAbort Represents the event code indicating that the Web request was aborted. This field is constant.
Public fieldStatic memberRequestTransactionComplete Represents the event code indicating that the Web request was completed. This field is constant.
Public fieldStatic memberRuntimeErrorPostTooLarge Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.
Public fieldStatic memberRuntimeErrorRequestAbort Represents the event code indicating that the Web request has been aborted.
Public fieldStatic memberRuntimeErrorUnhandledException Represents the event code indicating an unhandled exception occurred. This field is constant.
Public fieldStatic memberRuntimeErrorValidationFailure Represents the event code indicating that a validation error occurred. This field is constant.
Public fieldStatic memberRuntimeErrorViewStateFailure Represents the event code indicating that a view-state failure occurred. This field is constant.
Public fieldStatic memberSqlProviderEventsDropped Represents the event code indicating that the SQL provider dropped events. This field is constant.
Public fieldStatic memberStateServerConnectionError Represents the event code indicating that an error occurred while communicating with the state server. This field is constant.
Public fieldStatic memberUndefinedEventCode Represents the event code indicating that the major event code value is not defined. This field is constant.
Public fieldStatic memberUndefinedEventDetailCode Represents the event code indicating that the detail event code value is not defined. This field is constant.
Public fieldStatic memberWebErrorCompilationError Indicates that a compilation error occurred.
Public fieldStatic memberWebErrorConfigurationError Indicates that a configuration error occurred. This field is constant.
Public fieldStatic memberWebErrorObjectStateFormatterDeserializationError 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 fieldStatic memberWebErrorOtherError Represents the event code indicating that an unclassified error occurred. This field is constant.
Public fieldStatic memberWebErrorParserError Represents the event code indicating a parser error occurred.
Public fieldStatic memberWebErrorPropertyDeserializationError Represents the event code indicating that there was an error during the deserialization of a property. This field is constant.
Public fieldStatic memberWebEventDetailCodeBase Identifies the offset for the ASP.NET health-monitoring Web-detail event codes.
Public fieldStatic memberWebEventProviderInformation Represents the event code used by providers to record nonstandard information about an event. This field is constant.
Public fieldStatic memberWebExtendedBase Identifies the offset for the custom event codes. This field is constant.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker