NSErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the Failed and E:Foundation.NSErrorEventArgs.LoadingMapFailed, E:Foundation.NSErrorEventArgs.DeferredUpdatesFinished and E:Foundation.NSErrorEventArgs.Failed and E:Foundation.NSErrorEventArgs.Failed and E:Foundation.NSErrorEventArgs.AdvertisingStarted, E:Foundation.NSErrorEventArgs.DiscoveredService and E:Foundation.NSErrorEventArgs.RssiUpdated events.
public class NSErrorEventArgs : EventArgs
type NSErrorEventArgs = class
inherit EventArgs
- Inheritance
-
NSErrorEventArgs
Remarks
Use this class when you want to create event handlers that get an NSError.
public class Sample {
public event EventHandler<NSErrorEventArgs> Failed;
}
Constructors
NSErrorEventArgs(NSError) |
Initializes a new instance of the NSErrorEventArgs class. |
Properties
Error |
Retrieves the NSError value. |