Foundation.NSErrorEventArgs Class
Provides data for the NSErrorEventArgs.DiscoveredService and NSErrorEventArgs.RssiUpdated, NSErrorEventArgs.DeferredUpdatesFinished and NSErrorEventArgs.Failed, NSErrorEventArgs.DidFailToLocateUser and NSErrorEventArgs.LoadingMapFailed and NSErrorEventArgs.AdvertisingStarted and NSErrorEventArgs.Failed events.

See Also: NSErrorEventArgs Members

Syntax

public class NSErrorEventArgs : EventArgs

Remarks

Use this class when you want to create event handlers that get an NSError.

C# Example

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

Requirements

Namespace: Foundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0