C# Class DotNetWorkQueue.Exceptions.ReceiveMessageException

Inheritance: DotNetWorkQueueException
ファイルを表示 Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

Method Description
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.

Method Details

ReceiveMessageException() public method

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

ReceiveMessageException() public method

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

ReceiveMessageException() public method

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