ConfigurationNotLoadedException Constructor (String)

 

Initializes a new instance of the ConfigurationNotLoadedException class.

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

Syntax

public ConfigurationNotLoadedException(
    string message
)
public:
ConfigurationNotLoadedException(
    String^ message
)
new : 
        message:string -> ConfigurationNotLoadedException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

ConfigurationNotLoadedException Overload
ConfigurationNotLoadedException Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top