WebEventCodes.ApplicationShutdownUnknown Field

Definition

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 = 50001

Remarks

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.

Applies to

See also