LoadingErrorEventArgs Constructor

This documentation is no longer available on MSDN, however it is available as a CHM download.

Initializes a new instance of the LoadingErrorEventArgs class.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    loadingException As Exception _
)
public LoadingErrorEventArgs (
    Exception loadingException
)
public:
LoadingErrorEventArgs (
    Exception^ loadingException
)
public LoadingErrorEventArgs (
    Exception loadingException
)
public function LoadingErrorEventArgs (
    loadingException : Exception
)

Parameters

  • loadingException
    The exception that caused the map loading error.

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

LoadingErrorEventArgs Class
LoadingErrorEventArgs Members
Microsoft.Maps.MapControl Namespace