C# Class DotNetWorkQueue.Exceptions.PoisonMessageException

Inheritance: MessageException
Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
PoisonMessageException ( ) : System

Initializes a new instance of the MessageException class.

PoisonMessageException ( IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload, string format ) : System

Initializes a new instance of the MessageException class.

PoisonMessageException ( string message, Exception inner, IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload ) : System

Initializes a new instance of the MessageException class.

PoisonMessageException ( string message, IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload ) : System

Initializes a new instance of the MessageException class.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

PoisonMessageException() public méthode

Initializes a new instance of the MessageException class.
public PoisonMessageException ( ) : System
Résultat System

PoisonMessageException() public méthode

Initializes a new instance of the MessageException class.
public PoisonMessageException ( IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload, string format ) : System
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
messagePayload byte The raw message payload.
headerPayload byte The raw header payload.
format string The format.
Résultat System

PoisonMessageException() public méthode

Initializes a new instance of the MessageException class.
public PoisonMessageException ( string message, Exception inner, IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload ) : System
message string The message.
inner System.Exception The inner.
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
messagePayload byte The raw message payload.
headerPayload byte The raw header payload.
Résultat System

PoisonMessageException() public méthode

Initializes a new instance of the MessageException class.
public PoisonMessageException ( string message, IMessageId messageId, ICorrelationId correlationId, byte messagePayload, byte headerPayload ) : System
message string The message.
messageId IMessageId The message identifier.
correlationId ICorrelationId The correlation identifier.
messagePayload byte The raw message payload.
headerPayload byte The raw header payload.
Résultat System