Share via


CLLocationManagerDelegate.MonitoringFailed Method

Definition

Monitoring region failed.

[Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MonitoringFailed(CoreLocation.CLLocationManager manager, CoreLocation.CLRegion? region, Foundation.NSError error);
[<Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

Implements

Attributes

Applies to