Share via


CredentialsInvalidException Constructor (String)

 

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

See Also

CredentialsInvalidException Overload
CredentialsInvalidException Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top