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, |
Initializes a new instance of the MessageException class.
|
|
MessageException ( string message, IMessageId messageId, ICorrelationId correlationId ) : System |
Initializes a new instance of the MessageException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
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 |
public MessageException ( string message, |
||
message | string | The message. |
inner | The inner. | |
messageId | IMessageId | The message identifier. |
correlationId | ICorrelationId | The correlation identifier. |
return | System |
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 |