ApplicationShutdownReason Enumeration
Specifies why the AppDomain class shut down.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| BinDirChangeOrDirectoryRename | A change was made to the Bin folder or to files in it. | |
| BrowsersDirChangeOrDirectoryRename | A change was made to the App_Browsers folder or to files in it. | |
| BuildManagerChange | The compilation system shut the application domain. The BuildManagerChange member is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies. | |
| ChangeInGlobalAsax | A change was made to the Global.asax file. | |
| ChangeInSecurityPolicyFile | A change was made in the code access security policy file. | |
| CodeDirChangeOrDirectoryRename | A change was made to the App_Code folder or to files in it. | |
| ConfigurationChange | A change was made to the application-level configuration file. | |
| HostingEnvironment | The hosting environment shut down the application domain. | |
| HttpRuntimeClose | A call was made to Close. | |
| IdleTimeout | The maximum idle time limit was reached. | |
| InitializationError | An AppDomain initialization error occurred. | |
| MaxRecompilationsReached | The maximum number of dynamic recompiles of resources was reached. | |
| None | No shutdown reason was provided. | |
| PhysicalApplicationPathChanged | A change was made to the physical path of the application. | |
| ResourcesDirChangeOrDirectoryRename | A change was made to the App_GlobalResources folder or to files in it. | |
| UnloadAppDomainCalled | A call was made to UnloadAppDomain. |
The ApplicationShutdownReason represents the possible values for the ShutdownReason property of the HostingEnvironment class.
Available since 2.0