Share via


SerialErrorReceivedEventHandler Delegate

Represents the method that will handle the ErrorReceived event of a SerialPort object.

Namespace: System.IO.Ports
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public delegate void SerialErrorReceivedEventHandler (
         Object sender,
         SerialErrorReceivedEventArgs e
)

Parameters

  • sender
    The sender of the event, which is the SerialPort object.
  • e
    A SerialErrorReceivedEventArgs object that contains the event data.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

System.IO.Ports Namespace