azure-core
Public Member Functions | List of all members
Azure::Core::Credentials::AuthenticationException Class Referencefinal

An exception that gets thrown when an authentication error occurs.

#include <credentials.hpp>

Inheritance diagram for Azure::Core::Credentials::AuthenticationException:

Public Member Functions

 AuthenticationException (std::string what)
 Constructs AuthenticationException with a message string. More...
 
char const * what () const noexcept override
 

Constructor & Destructor Documentation

◆ AuthenticationException()

Azure::Core::Credentials::AuthenticationException::AuthenticationException ( std::string  what)
inlineexplicit
Parameters
whatThe explanatory string.

Member Function Documentation

◆ what()

char const* Azure::Core::Credentials::AuthenticationException::what ( ) const
inlineoverridenoexcept

Gets the explanatory string.

Note
See https://en.cppreference.com/w/cpp/error/exception/what.
Returns
C string with explanatory information.

The documentation for this class was generated from the following file: