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.
Initializes a new instance of the CredentialsInvalidException class.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public CredentialsInvalidException(
string message
)
public:
CredentialsInvalidException(
String^ message
)
new :
message:string -> CredentialsInvalidException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message.
See Also
CredentialsInvalidException Overload
CredentialsInvalidException Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top