Table of Contents

Class DeviceClosedConnectionException

Namespace
Acuit.Pinpoint.IO
Assembly
Acuit.Pinpoint.IO.Abstractions.dll

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

message string

The 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)

Parameters

message string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.