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
errorExceptionThe 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; }