Click or drag to resize
CommunicationErrorArgs Class
Contains information specific to a DaqDevice communication error.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    GLNeuroTech.Devices.CommonCommunicationErrorArgs

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class CommunicationErrorArgs : EventArgs

The CommunicationErrorArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationErrorArgs
Initializes a new instance of the CommunicationErrorArgs class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyError
The type of error event that occured.
Public propertyException
The specific exception attached to this error, if any.
Public propertySignal
If this error pertains to a particular signal, this is a reference to that signal. Otherwise null.
Top
See Also