Class InvalidCredentialsException
A class representing exceptions thrown due to invalid credentials.
Implements
Inherited Members
Namespace: WhenFresh.Api.Client.Authentication
Assembly: WhenFresh.Api.Client.dll
Syntax
public class InvalidCredentialsException : ClientException, ISerializable
Constructors
InvalidCredentialsException(string)
Initializes a new instance of the InvalidCredentialsException class with a specific message that describes the current exception.
Declaration
public InvalidCredentialsException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | A message that describes the current exception. |