GeolocationListeningFailedEventArgs Class

Definition

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.

Applies to