Share via


LoadingErrorMessage.SetCredentialsError Method (String)

 

Displays an error if credentials are invalid.

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

Syntax

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

Parameters

  • culture
    Type: System.String

    The culture in which to display the error message.

See Also

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

Return to top