• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class MissingCredentialsException

A class representing exceptions thrown due to missing credentials.

Inheritance
object
Exception
ClientException
MissingCredentialsException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.StackTrace
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

Implements

ISerializable