MonobjcMonobjc Documented Class Library
LocationManagerDidFailWithError Method (manager, error)
NamespacesMonobjc.CoreLocationICLLocationManagerDelegateLocationManagerDidFailWithError(CLLocationManager, NSError)

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++
void LocationManagerDidFailWithError(
	CLLocationManager manager,
	NSError error
)
Sub LocationManagerDidFailWithError ( _
	manager As CLLocationManager, _
	error As NSError _
)
void LocationManagerDidFailWithError(
	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)