NSErrorEventArgs 类

定义

public class NSErrorEventArgs : EventArgs
type NSErrorEventArgs = class
    inherit EventArgs
继承
NSErrorEventArgs

注解

如果要创建获取 NSError 的事件处理程序,请使用此类。

public class Sample {
    public event EventHandler<NSErrorEventArgs> Failed;
}

构造函数

NSErrorEventArgs(NSError)

初始化 NSErrorEventArgs 类的新实例。

属性

Error

检索 NSError 值。

适用于