Is thrown when user credentials are not provided.

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

Syntax

C#
[SerializableAttribute]
public class CredentialsNotProvidedException : Exception
Visual Basic
<SerializableAttribute> _
Public Class CredentialsNotProvidedException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CredentialsNotProvidedException : public Exception

Inheritance Hierarchy

Object
  Exception
    VcClientExceptions..::..CredentialsNotProvidedException

See Also