Share via


CredentialsInvalidException Constructor (String, Exception)

 

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

See Also

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

Return to top