HttpSessionStateContainer.RemoveAt Method
.NET Framework 3.0
Deletes an item at a specified index from the session-state collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
|
index is less than zero. - or - index is equal to or greater than Count. |
Community Additions
ADD
Show: