|
|
CommunicationErrorArgs Class |
Namespace: GLNeuroTech.Devices.Common
The CommunicationErrorArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CommunicationErrorArgs | Initializes a new instance of the CommunicationErrorArgs class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Error |
The type of error event that occured.
| |
| Exception |
The specific exception attached to this error, if any.
| |
| Signal |
If this error pertains to a particular signal, this is a reference to that signal. Otherwise null.
|