Share via


CLRegionBeaconsFailedEventArgs(CLBeaconRegion, NSError) Constructor

Definition

Create a new instance of the CLRegionBeaconsFailedEventArgs with the specified event data.

public CLRegionBeaconsFailedEventArgs(CoreLocation.CLBeaconRegion region, Foundation.NSError error);
new CoreLocation.CLRegionBeaconsFailedEventArgs : CoreLocation.CLBeaconRegion * Foundation.NSError -> CoreLocation.CLRegionBeaconsFailedEventArgs

Parameters

region
CLBeaconRegion

The value for the Region property.

error
NSError

The value for the Error property.

Applies to