WebEventCodes.ApplicationShutdownInitializationError 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 an application-initialization error occurred. This field is constant.
public: int ApplicationShutdownInitializationError = 50014;
public const int ApplicationShutdownInitializationError = 50014;
val mutable ApplicationShutdownInitializationError : int
Public Const ApplicationShutdownInitializationError As Integer = 50014
Field Value
Value = 50014Remarks
ApplicationShutdownInitializationError is the detail code that specifies the cause of the shutdown.
When an application-initialization error occurs, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownInitializationError.