C# Class C5.NotComparableException

Inheritance: System.Exception
Afficher le fichier Open project: sestoft/C5

Méthodes publiques

Méthode 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 méthode

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

NotComparableException() public méthode

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