MonobjcMonobjc Documented Class Library
LocationManagerDidFailWithErrorMessage Method (manager, error)
NamespacesMonobjc.CoreLocationCLLocationManager..::..CLLocationManagerDelegateEventDispatcherLocationManagerDidFailWithErrorMessage(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++
public void LocationManagerDidFailWithErrorMessage(
	CLLocationManager manager,
	NSError error
)
Public Sub LocationManagerDidFailWithErrorMessage ( _
	manager As CLLocationManager, _
	error As NSError _
)
public:
void LocationManagerDidFailWithErrorMessage(
	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)