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,
Exception innerException
)
public:
CredentialsInvalidException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CredentialsInvalidException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe error message.
innerException
Type: System.ExceptionThe inner exception.
See Also
CredentialsInvalidException Overload
CredentialsInvalidException Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top