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