An excption thrown when trying to access a view (a list view on a IList<T> or
a snapshot on a IPersistentSorted<T>)
that has been invalidated by some earlier operation.
The typical scenario is a view on a list that hash been invalidated by a call to
Sort, Reverse or Shuffle on some other, overlapping view or the whole list.
Implements
System.Runtime.Serialization.ISerializable
, System.Runtime.InteropServices._Exception
Bases
object
, System.Exception
Property overview
Data
, Inherited from System.Exception
,
HelpLink
, Inherited from System.Exception
,
HResult
, Inherited from System.Exception
,
InnerException
, Inherited from System.Exception
,
IsTransient
, Inherited from System.Exception
,
Message
, Inherited from System.Exception
,
Source
, Inherited from System.Exception
,
StackTrace
, Inherited from System.Exception
,
TargetSite
, Inherited from System.ExceptionConstructor overview
ViewDisposedException()
,
ViewDisposedException(string message)
Method overview
Equals(object obj)
, Inherited from object
,
Finalize()
, Inherited from object
,
GetBaseException()
, Inherited from System.Exception
,
GetHashCode()
, Inherited from object
,
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
, Inherited from System.Exception
,
GetType()
, Inherited from System.Exception
,
GetType()
, Inherited from object
,
MemberwiseClone()
, Inherited from object
,
ToString()
, Inherited from System.ExceptionConstructor details