C# Класс C5.InvalidPriorityQueueHandleException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InvalidPriorityQueueHandleException ( ) : System

Create a simple exception with no further explanation.

InvalidPriorityQueueHandleException ( string message ) : System

Create the exception with an explanation of the reason.

Описание методов

InvalidPriorityQueueHandleException() публичный Метод

Create a simple exception with no further explanation.
public InvalidPriorityQueueHandleException ( ) : System
Результат System

InvalidPriorityQueueHandleException() публичный Метод

Create the exception with an explanation of the reason.
public InvalidPriorityQueueHandleException ( string message ) : System
message string
Результат System