Share via


CLLocationManagerDelegate_Extensions.Failed Method

Definition

A failure occurred while updating locations.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Failed(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Failed : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * Foundation.NSError -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

error
NSError

The error that occurred.

Attributes

Applies to