Share via


CLRegionErrorEventArgs(CLRegion, NSError) Constructor

Definition

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

public CLRegionErrorEventArgs(CoreLocation.CLRegion? region, Foundation.NSError error);
new CoreLocation.CLRegionErrorEventArgs : CoreLocation.CLRegion * Foundation.NSError -> CoreLocation.CLRegionErrorEventArgs

Parameters

region
CLRegion

The value for the Region property.

error
NSError

The value for the Error property.

Applies to