C# 클래스 C5.InvalidPriorityQueueHandleException

상속: System.Exception
파일 보기 프로젝트 열기: sestoft/C5

공개 메소드들

메소드 설명
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