This creates a InvalidCredentialException with a message that includes the url for which the credential provided was invalid and additional error information.

Namespace: VcClientExceptions
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public InvalidCredentialException(
	string url,
	string error
)
Visual Basic
Public Sub New ( _
	url As String, _
	error As String _
)
Visual C++
public:
InvalidCredentialException(
	String^ url, 
	String^ error
)

Parameters

url
Type: String
Url for which the credential provided is invalid
error
Type: String
Additional error message that needs to be added to the exception.

See Also