Specifies the value of the character used to replace bytes received with a parity error.
Read/Write
| Visual Basic |
ErrorChar As Byte
|
|---|---|
| Visual C++ (MFC) |
BYTE get_ErrorChar();
void put_ErrorChar(BYTE value);
|
| Visual C++ (#import) |
BYTE ErrorChar;
|
The property may throw exception. Use GetLastError method to get the error code.