| ProcessShutdownReason | serializable |
| System.Web (system.web.dll) | enum |
This enumeration defines constants used by the ProcessInfo class that indicate the reason a process was ended (or None if it is the current process). public enum ProcessShutdownReason { None = 0, Unexpected = 1, RequestsLimit = 2, RequestQueueLimit = 3, Timeout = 4, IdleTimeout = 5, MemoryLimitExceeded = 6, PingFailed = 7, DeadlockSuspected = 8 } Hierarchy System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ProcessShutdownReason Returned By ProcessInfo.ShutdownReason Passed To ProcessInfo.{ProcessInfo( ), SetAll( )} |