LoadingErrorEventArgs Class

Bing
 

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)

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

public ref class LoadingErrorEventArgs : MapEventArgs

NameDescription
System_CAPS_pubmethodLoadingErrorEventArgs(Exception^)

Initializes a new instance of the LoadingErrorEventArgs class.

NameDescription
System_CAPS_pubpropertyHandled

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

System_CAPS_pubpropertyLoadingException

Gets the exception that caused the map loading error.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: