HostingEnvironment.ShutdownReason Property
.NET Framework 3.0
Returns an enumerated value that indicates why the application terminated.
Namespace: System.Web.Hosting
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: static property ApplicationShutdownReason ShutdownReason { ApplicationShutdownReason get (); }
/** @property */ public static ApplicationShutdownReason get_ShutdownReason ()
public static function get ShutdownReason () : ApplicationShutdownReason
Not applicable.
Property Value
One of the ApplicationShutdownReason values.Community Additions
ADD
Show: