SessionStateItemCollection.RemoveAt Method
.NET Framework 3.0
Deletes an item at a specified index from the 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. |
If the SessionStateItemCollection collection does not contain an element with the specified name, the collection remains unchanged. No exception is thrown.
Community Additions
ADD
Show: