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

An exception thrown by operations on a list that expects an argument that is a view on the same underlying list.
Inheritance: System.Exception
Show file Open project: debop/NFramework

Public Methods

Method Description
IncompatibleViewException ( ) : System

Create a simple exception with no further explanation.

IncompatibleViewException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

IncompatibleViewException() public method

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

IncompatibleViewException() public method

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