Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe 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