Method | 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, |
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.
|
Method | Description | |
---|---|---|
GetObjectData ( |
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. |
return | System |
public PoisonMessageException ( string message, |
||
message | string | The message. |
inner | The inner. | |
messageId | IMessageId | The message identifier. |
correlationId | ICorrelationId | The correlation identifier. |
messagePayload | byte | The raw message payload. |
headerPayload | byte | The raw header payload. |
return | System |
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. |
return | System |