Table of Contents

Class ConnectionException

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

Connection Exceptions are thrown for exception relating to an ASCII protocol connection

public class ConnectionException : AsciiProtocolException, ISerializable
Inheritance
ConnectionException
Implements
Inherited Members

Constructors

ConnectionException()

Initializes a new instance of the ConnectionException class

public ConnectionException()

ConnectionException(string)

Initializes a new instance of the ConnectionException class

public ConnectionException(string message)

Parameters

message string

A human readable message describing the cause of the exception

ConnectionException(string, Exception)

Initializes a new instance of the ConnectionException class

public ConnectionException(string message, Exception ex)

Parameters

message string

A human readable message describing the cause of the exception

ex Exception

The exception that was caught that caused this exception to be thrown