GeolocationListeningFailedEventArgs 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.
Event args for the geolocation listening error event.
public ref class GeolocationListeningFailedEventArgs : EventArgs
public class GeolocationListeningFailedEventArgs : EventArgs
type GeolocationListeningFailedEventArgs = class
inherit EventArgs
Public Class GeolocationListeningFailedEventArgs
Inherits EventArgs
- Inheritance
-
GeolocationListeningFailedEventArgs
Constructors
GeolocationListeningFailedEventArgs(GeolocationError) |
Creates a new geolocation error event args object |
Properties
Error |
The geolocation error that describes the error that occurred. |