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

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

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

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

Initializes a new instance of the MessageException class.

MessageException ( IMessageId messageId, ICorrelationId correlationId, string format ) : System

Initializes a new instance of the MessageException class.

MessageException ( string message, Exception inner, IMessageId messageId, ICorrelationId correlationId ) : System

Initializes a new instance of the MessageException class.

MessageException ( string message, IMessageId messageId, ICorrelationId correlationId ) : System

Initializes a new instance of the MessageException class.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

Initializes a new instance of the MessageException class.
public MessageException ( ) : System
Результат System

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

Initializes a new instance of the MessageException class.
public MessageException ( IMessageId messageId, ICorrelationId correlationId, string format ) : System
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
format string The format.
Результат System

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

Initializes a new instance of the MessageException class.
public MessageException ( string message, Exception inner, IMessageId messageId, ICorrelationId correlationId ) : System
message string The message.
inner System.Exception The inner.
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
Результат System

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

Initializes a new instance of the MessageException class.
public MessageException ( string message, IMessageId messageId, ICorrelationId correlationId ) : System
message string The message.
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
Результат System