NSErrorEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données pour et E:Foundation.NSErrorEventArgs.LoadingMapFailed, E:Foundation.NSErrorEventArgs.DeferredUpdatesFinished and E:Foundation.NSErrorEventArgs.Failed et E:Foundation.NSErrorEventArgs.Failed et FailedE:Foundation.NSErrorEventArgs.AdvertisingStarted, E:Foundation.NSErrorEventArgs.DiscoveredService et E:Foundation.NSErrorEventArgs.RssiUpdated.
public class NSErrorEventArgs : EventArgs
type NSErrorEventArgs = class
inherit EventArgs
- Héritage
-
NSErrorEventArgs
Remarques
Utilisez cette classe lorsque vous souhaitez créer des gestionnaires d’événements qui obtiennent un NSError.
public class Sample {
public event EventHandler<NSErrorEventArgs> Failed;
}
Constructeurs
NSErrorEventArgs(NSError) |
Initialise une nouvelle instance de la classe NSErrorEventArgs. |
Propriétés
Error |
Récupère la valeur NSError. |