Table of Contents

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

message string

The message that describes the communication error.

status Csp2Status

The status code associated with the communication failure.