共用方式為


ErrorReceivedEventArgs.Error 屬性

定義

取得在序列埠上造成事件的字元類型。

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

屬性值

SerialError列舉中定義的其中一個值。

適用於