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

An exception thrown by enumerators, range views etc. when accessed after the underlying collection has been modified.
Inheritance: System.Exception
Show file Open project: debop/NFramework

Public Methods

Method Description
CollectionModifiedException ( ) : System

Create a simple exception with no further explanation.

CollectionModifiedException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

CollectionModifiedException() public method

Create a simple exception with no further explanation.
public CollectionModifiedException ( ) : System
return System

CollectionModifiedException() public method

Create the exception with an explanation of the reason.
public CollectionModifiedException ( string message ) : System
message string
return System