Table of Contents

Class ConnectionLostEventArgs

Namespace
TechnologySolutions.Rfid.AsciiProtocol
Assembly
TechnologySolutions.Rfid.AsciiProtocol.Core.dll

Reports an error that caused an IAsciiSerialTransport to drop / close

public class ConnectionLostEventArgs : EventArgs
Inheritance
ConnectionLostEventArgs
Inherited Members

Constructors

ConnectionLostEventArgs(Exception)

Initializes a new instance of the ConnectionLostEventArgs class

public ConnectionLostEventArgs(Exception error)

Parameters

error Exception

The error that caused the connection to drop / close

Properties

Exception

Gets the exception that was thrown that caused the connection to be lost

public Exception Exception { get; }

Property Value

Exception