Class DeviceClosedConnectionException
The exception that is thrown when a device closes a connection.
public class DeviceClosedConnectionException : IOException, ISerializable
- Inheritance
-
DeviceClosedConnectionException
- Implements
- Inherited Members
Constructors
DeviceClosedConnectionException()
Initializes a new instance of the DeviceClosedConnectionException class.
public DeviceClosedConnectionException()
DeviceClosedConnectionException(string?)
Initializes a new instance of the DeviceClosedConnectionException class with a specified error message.
public DeviceClosedConnectionException(string? message)
Parameters
messagestringThe message that describes the error.
DeviceClosedConnectionException(string?, Exception?)
Initializes a new instance of the DeviceClosedConnectionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public DeviceClosedConnectionException(string? message, Exception? inner)