Share via


MapConfigurationLoadedEventArgs.Error Property

 

Gets the error that occurred when the configuration was loaded.

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

Syntax

public Exception Error { get; private set; }
public:
property Exception^ Error {
    Exception^ get();
    private: void set(Exception^ value);
}
member Error : Exception with get, private set
Public Property Error As Exception
    Get
    Private Set
End Property

Property Value

Type: System.Exception

Returns Exception.

See Also

MapConfigurationLoadedEventArgs Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top