C# Class DotNetWorkQueue.Exceptions.MessageException

Inheritance: DotNetWorkQueueException
Exibir arquivo Open project: blehnen/DotNetWorkQueue Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

MessageException() public method

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

MessageException() public method

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.
return System

MessageException() public method

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.
return System

MessageException() public method

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.
return System