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 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.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