MiDeRP.SerialInterface.serialPort_ErrorReceived C# (CSharp) Method

serialPort_ErrorReceived() public method

public serialPort_ErrorReceived ( object sender, System.IO.Ports.SerialErrorReceivedEventArgs e ) : void
sender object
e System.IO.Ports.SerialErrorReceivedEventArgs
return void
        void serialPort_ErrorReceived(object sender, SerialErrorReceivedEventArgs e)
        {
            //MessageBox.Show();
            throw new NotImplementedException();
        }