ErrorChar Property

Specifies the value of the character used to replace bytes received with a parity error.

Access

Read/Write

Syntax

Visual Basic .NET
ErrorChar As Byte
Visual C#
Byte ErrorChar;

Errors

The property may throw exception. Refer to Handle errors sample for details.