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 | |
---|---|---|
LoadingErrorEventArgs(Exception) | Initializes a new instance of the LoadingErrorEventArgs class. |
Properties
Name | Description | |
---|---|---|
Handled | Gets or sets whether the map event is handled.(Inherited from MapEventArgs.) |
|
LoadingException | Gets the exception that caused the map loading error. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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