C# Класс NSoft.NFramework.Collections.C5.ViewDisposedException

An excption thrown when trying to access a view (a list view on a T:C5.IList`1 or a snapshot on a T:C5.IPersistentSorted`1) 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.

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ViewDisposedException ( ) : System

Create a simple exception with no further explanation.

ViewDisposedException ( string message ) : System

Create the exception with an explanation of the reason.

Описание методов

ViewDisposedException() публичный Метод

Create a simple exception with no further explanation.
public ViewDisposedException ( ) : System
Результат System

ViewDisposedException() публичный Метод

Create the exception with an explanation of the reason.
public ViewDisposedException ( string message ) : System
message string
Результат System