[This is preliminary documentation and is subject to change.]
Exception signaling that an error has occurred processing a message.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class AdkMessagingException : AdkException
<SerializableAttribute> _ Public Class AdkMessagingException _ Inherits AdkException
[SerializableAttribute] public ref class AdkMessagingException : public AdkException
| All Members | Constructors | ||||
| Icon | Member | Description |
|---|---|---|
| AdkMessagingExceptionAdkMessagingExceptionNew(String, IZone) |
Constructs an exception with a detailed error message and the zone the exception is associated with
| |
| AdkMessagingExceptionAdkMessagingExceptionNew(String, IZone, Exception) |
Constructs an exception with a detailed error message, zone, and the internal exception that was raised
|
| Object | ||||
| Exception | ||||
| AdkException | ||||
| AdkMessagingException | ||||
| SifException | ||||