MonobjcMonobjc Documented Class Library
CLLocationManager..::..LocationManagerDidFailWithErrorEventHandler Delegate
NamespacesMonobjc.CoreLocationCLLocationManagerCLLocationManager..::..LocationManagerDidFailWithErrorEventHandler

Tells the delegate that the location manager was unable to retrieve a location value.

Original signature is '- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void LocationManagerDidFailWithErrorEventHandler(
	CLLocationManager manager,
	NSError error
)
Public Delegate Sub LocationManagerDidFailWithErrorEventHandler ( _
	manager As CLLocationManager, _
	error As NSError _
)
public delegate void LocationManagerDidFailWithErrorEventHandler(
	CLLocationManager^ manager, 
	NSError^ error
)
Parameters
manager (CLLocationManager)
The location manager object that was unable to retrieve the location.
error (NSError)
The error object containing the reason why the location or heading could not be retrieved.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreLocation (Module: Monobjc.CoreLocation)