Share via


LoadingErrorMessage.SetUriSchemeError Method (String)

 

Displays an error for a bad URL.

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

Syntax

public void SetUriSchemeError(
    string culture
)
public:
void SetUriSchemeError(
    String^ culture
)
member SetUriSchemeError : 
        culture:string -> unit
Public Sub SetUriSchemeError (
    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