This is a specific exception type that is thrown by the messaging infrastructure.
More...
|
| MessagingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Deserializing constructor. More...
|
|
This is a specific exception type that is thrown by the messaging infrastructure.
◆ MessagingException() [1/3]
Apac.Messaging.MessagingException.MessagingException |
( |
string |
message | ) |
|
|
inline |
Creates an exception from a message.
- Parameters
-
message | The descriptive message for the exception. |
◆ MessagingException() [2/3]
Apac.Messaging.MessagingException.MessagingException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Creates an exception from a message with an inner exception (root cause).
- Parameters
-
message | The descriptive message for the exception. |
innerException | The exception being wrapped - the root cause, which itself may be have an inner exeception. |
◆ MessagingException() [3/3]
Apac.Messaging.MessagingException.MessagingException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Deserializing constructor.
- Parameters
-
info | See System.Runtime.Serialization.SerializationInfo. |
context | See System.Runtime.Serialization.StreamingContext. |
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Messaging/MessagingException.cs