C# 클래스 DotNetWorkQueue.Exceptions.PoisonMessageException

상속: MessageException
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

PoisonMessageException() 공개 메소드

Initializes a new instance of the MessageException class.
public PoisonMessageException ( ) : System
리턴 System

PoisonMessageException() 공개 메소드

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.
리턴 System

PoisonMessageException() 공개 메소드

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.
리턴 System

PoisonMessageException() 공개 메소드

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.
리턴 System