LoadingErrorEventArgs Class

 

Provides error data when the map does not load.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Maps.MapControl.WPF.MapEventArgs
      Microsoft.Maps.MapControl.WPF.LoadingErrorEventArgs

Syntax

public class LoadingErrorEventArgs : MapEventArgs
public ref class LoadingErrorEventArgs : MapEventArgs
type LoadingErrorEventArgs = 
    class
        inherit MapEventArgs
    end
Public Class LoadingErrorEventArgs
    Inherits MapEventArgs

Constructors

Name Description
System_CAPS_pubmethod LoadingErrorEventArgs(Exception)

Initializes a new instance of the LoadingErrorEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Handled

Gets or sets whether the map event is handled.(Inherited from MapEventArgs.)

System_CAPS_pubproperty LoadingException

Gets the exception that caused the map loading error.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Maps.MapControl.WPF Namespace

Return to top