Transport |
Name | Description | |
---|---|---|
![]() | TransportException | Constructs a new TransportException with a generic system-supplied message, and null for the InnerException. |
![]() | TransportException(String) | Constructs a new TransportException with the specified message and null for the InnerException. |
![]() | TransportException(String, Exception) | Constructs a new TransportException with the specified message and inner exception. |