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