LoadingErrorEventArgs.LoadingException Property
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