ErrorReceivedEventArgs.Error Property

Definition

Gets the character type received that caused the event on the serial port.

public:
 property SerialError Error { SerialError get(); };
SerialError Error();
public SerialError Error { get; }
var serialError = errorReceivedEventArgs.error;
Public ReadOnly Property Error As SerialError

Property Value

One of the values defined in the SerialError enumeration.

Applies to