WebEventCodes.ApplicationShutdownUnknown Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the application shutdown reason is unknown. This field is constant.
public: int ApplicationShutdownUnknown = 50001;
public const int ApplicationShutdownUnknown = 50001;
val mutable ApplicationShutdownUnknown : int
Public Const ApplicationShutdownUnknown As Integer = 50001
Field Value
Value = 50001Remarks
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 WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownUnknown.