Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the exception that caused the map loading error.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public Exception LoadingException { get; private set; }
public:
property Exception^ LoadingException {
Exception^ get();
private: void set(Exception^ value);
}
member LoadingException : Exception with get, private set
Public Property LoadingException As Exception
Get
Private Set
End Property
Property Value
Type: System.Exception
Returns Exception.
See Also
LoadingErrorEventArgs Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top