Share via


LoadingErrorMessage.SetConfigurationError Method (String)

 

Displays a configuration loading error.

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

Syntax

public void SetConfigurationError(
    string culture
)
public:
void SetConfigurationError(
    String^ culture
)
member SetConfigurationError : 
        culture:string -> unit
Public Sub SetConfigurationError (
    culture As String
)

Parameters

  • culture
    Type: System.String

    The culture to use to localize the error message or null to use the default culture.

See Also

LoadingErrorMessage Class
Microsoft.Maps.MapControl.WPF.Overlays Namespace

Return to top