C# Class 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.
Inheritance: System.Exception
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
NotAViewException ( ) : System

Create a simple exception with no further explanation.

NotAViewException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

NotAViewException() public méthode

Create a simple exception with no further explanation.
public NotAViewException ( ) : System
Résultat System

NotAViewException() public méthode

Create the exception with an explanation of the reason.
public NotAViewException ( string message ) : System
message string
Résultat System