C# Class C5.NotComparableException

Inheritance: System.Exception
Show file Open project: sestoft/C5

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