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

An exception thrown by an operation on a list (T:C5.IList`1) that only makes sense for a view, not for an underlying list.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Create a simple exception with no further explanation.

NotAViewException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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