NSErrorEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class NSErrorEventArgs : EventArgs
type NSErrorEventArgs = class
inherit EventArgs
- 繼承
-
NSErrorEventArgs
備註
當您想要建立取得 NSError 的事件處理常式時,請使用這個類別。
public class Sample {
public event EventHandler<NSErrorEventArgs> Failed;
}
建構函式
NSErrorEventArgs(NSError) |
初始化 NSErrorEventArgs 類別的新實例。 |
屬性
Error |
擷取 NSError 值。 |