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.
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.ExceptionThe error that occurred when the configuration was loaded.
See Also
MapConfigurationLoadedEventArgs Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top