C# Class C5.IncompatibleViewException

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

Méthodes publiques

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

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

IncompatibleViewException() public méthode

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