CLLocationManagerDelegate.MonitoringFailed Method
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.
Monitoring region
failed.
[Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MonitoringFailed (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region, Foundation.NSError error);
[Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MonitoringFailed (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region, Foundation.NSError error);
abstract member MonitoringFailed : CoreLocation.CLLocationManager * CoreLocation.CLRegion * Foundation.NSError -> unit
override this.MonitoringFailed : CoreLocation.CLLocationManager * CoreLocation.CLRegion * Foundation.NSError -> unit
Parameters
- manager
- CLLocationManager
The CLLocationManager for which this
is the delegate object.
- region
- CLRegion
- error
- NSError
The cause of the failure.
- Attributes