Class OpnCommunicationException
- Namespace
- Opticon
- Assembly
- Opticon.csp2.dll
Exception thrown when a communication failure occurs between the host and the OPN device.
public class OpnCommunicationException : OpnException, ISerializable
- Inheritance
-
OpnCommunicationException
- Implements
- Inherited Members
Constructors
OpnCommunicationException(string, Csp2Status)
Initializes a new instance of the OpnCommunicationException class.
public OpnCommunicationException(string message, Csp2Status status)
Parameters
messagestringThe message that describes the communication error.
statusCsp2StatusThe status code associated with the communication failure.