TransportDisconnectedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception throw when the transport is disconnected.
public class TransportDisconnectedException : Exception
type TransportDisconnectedException = class
inherit Exception
Public Class TransportDisconnectedException
Inherits Exception
- Inheritance
-
TransportDisconnectedException
Constructors
TransportDisconnectedException() |
Initializes a new instance of the TransportDisconnectedException class. |
TransportDisconnectedException(String, Exception) |
Initializes a new instance of the TransportDisconnectedException class. |
TransportDisconnectedException(String) |
Initializes a new instance of the TransportDisconnectedException class. |
Properties
Reason |
Gets the reason for the exception. |