共用方式為


ErrorReceivedEventArgs 類別

定義

表示物件,當做參數傳遞至序列埠發生錯誤時所叫用的事件處理常式。

public ref class ErrorReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ErrorReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ErrorReceivedEventArgs
Public NotInheritable Class ErrorReceivedEventArgs
繼承
Object Platform::Object IInspectable ErrorReceivedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

ErrorReceivedEventArgs 可用來判斷錯誤狀況的類型。 當埠發生錯誤時,會叫用先前註冊的 ErrorReceived 事件處理常式。 該事件處理常式的參數是 ErrorReceivedEventArgs 物件。 叫用事件處理常式之後,您可以使用 Error 屬性來判斷錯誤狀況。

屬性

Error

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

適用於