C# Class C5.InvalidPriorityQueueHandleException

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

Méthodes publiques

Méthode Description
InvalidPriorityQueueHandleException ( ) : System

Create a simple exception with no further explanation.

InvalidPriorityQueueHandleException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

InvalidPriorityQueueHandleException() public méthode

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

InvalidPriorityQueueHandleException() public méthode

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