C# 클래스 DotNetWorkQueue.Exceptions.ReceiveMessageException

상속: DotNetWorkQueueException
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
ReceiveMessageException ( ) : System

Initializes a new instance of the ReceiveMessageException class.

ReceiveMessageException ( string message ) : System

Initializes a new instance of the ReceiveMessageException class.

ReceiveMessageException ( string message, Exception inner ) : System

Initializes a new instance of the ReceiveMessageException class.

메소드 상세

ReceiveMessageException() 공개 메소드

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( ) : System
리턴 System

ReceiveMessageException() 공개 메소드

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( string message ) : System
message string The message that describes the error.
리턴 System

ReceiveMessageException() 공개 메소드

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
리턴 System