C# Class NSoft.NFramework.Collections.C5.ReadOnlyCollectionException

An exception thrown by an update operation on a Read-Only collection or dictionary.

This exception will be thrown unconditionally when an update operation (method or set property) is called. No check is made to see if the update operation, if allowed, would actually change the collection.

Inheritance: System.Exception
Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode Description
ReadOnlyCollectionException ( ) : System

Create a simple exception with no further explanation.

ReadOnlyCollectionException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

ReadOnlyCollectionException() public méthode

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

ReadOnlyCollectionException() public méthode

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