Share via


MapConfigurationLoadedEventArgs Constructor (Exception)

 

Initializes a new instance of the MapConfigurationLoadedEventArgs class.

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

Syntax

public MapConfigurationLoadedEventArgs(
    Exception error
)
public:
MapConfigurationLoadedEventArgs(
    Exception^ error
)
new : 
        error:Exception -> MapConfigurationLoadedEventArgs
Public Sub New (
    error As Exception
)

Parameters

  • error
    Type: System.Exception

    The error that occurred when the configuration was loaded.

See Also

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

Return to top