Share via


LoadingErrorEventArgs Constructor (Exception)

 

Initializes a new instance of the LoadingErrorEventArgs class.

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

Syntax

public LoadingErrorEventArgs(
    Exception loadingException
)
public:
LoadingErrorEventArgs(
    Exception^ loadingException
)
new : 
        loadingException:Exception -> LoadingErrorEventArgs
Public Sub New (
    loadingException As Exception
)

Parameters

  • loadingException
    Type: System.Exception

    The exception that that causes the map to not load correctly.

See Also

LoadingErrorEventArgs Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top