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