C# Class C5.InvalidPriorityQueueHandleException

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

Public Methods

Method 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 method

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

InvalidPriorityQueueHandleException() public method

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