C# Класс DotNetWorkQueue.Exceptions.ReceiveMessageException

Наследование: DotNetWorkQueueException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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