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

An exception thrown by an operation that need to construct a natural comparer for a type.
Inheritance: System.Exception
Show file Open project: debop/NFramework

Public Methods

Method Description
NotComparableException ( ) : System

Create a simple exception with no further explanation.

NotComparableException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

NotComparableException() public method

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

NotComparableException() public method

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