CLRegionErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the MonitoringFailed event.
public class CLRegionErrorEventArgs : EventArgs
type CLRegionErrorEventArgs = class
inherit EventArgs
- Inheritance
-
CLRegionErrorEventArgs
Constructors
CLRegionErrorEventArgs(CLRegion, NSError) |
Initializes a new instance of the CLRegionErrorEventArgs class. |
Properties
Error |
The error. |
Region |
The CLRegion associated with the error events. |