WebEventCodes.ApplicationShutdownMaxRecompilationsReached Field

Definition

Represents the event code indicating that the maximum number of recompilations was reached. This field is constant.

public: int ApplicationShutdownMaxRecompilationsReached = 50015;
public const int ApplicationShutdownMaxRecompilationsReached = 50015;
val mutable ApplicationShutdownMaxRecompilationsReached : int
Public Const ApplicationShutdownMaxRecompilationsReached As Integer  = 50015

Field Value

Value = 50015

Remarks

ApplicationShutdownMaxRecompilationsReached is the detail code that specifies the cause of the shutdown.

When the maximum number of recompilations is reached, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownMaxRecompilationsReached.

Applies to

See also