System.Web.Management.WebEventCodes.ApplicationShutdownUnknown Field

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

Value: 50001

Syntax

public const int ApplicationShutdownUnknown

Remarks

WebEventCodes.ApplicationShutdownUnknown is the detail code that specifies the causes of the shutdown.

When the application shuts down for an unknown reason, ASP.NET raises a System.Web.Management.WebApplicationLifetimeEvent with a major code of WebEventCodes.ApplicationShutdown and a detail code of WebEventCodes.ApplicationShutdownUnknown.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0