C# 클래스 DotNetWorkQueue.Exceptions.MessageException

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

공개 메소드들

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