Error |
The ErrorEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ErrorEventArgs | Constructor. |
| Name | Description | |
|---|---|---|
| Value | Error mask value. This property can be one or more of the following values: Break = 0x0010 - The hardware detected a break condition. Frame = 0x0008 - The hardware detected a framing error. Overrun = 0x0002 - A character-buffer overrun has occurred. The next character is lost. RxOver = 0x0001 - An input buffer overflow has occurred. There is either no room in the input buffer, or a character was received after the end-of-file (EOF) character. RxParity = 0x0004 - The hardware detected a parity error. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |