REST.Authenticator.OAuth.EOAuth2ExceptionExt

From RAD Studio API Documentation
Jump to: navigation, search

Error: Image is invalid or non-existent.

Delphi

EOAuth2ExceptionExt = class(EOAuth2Exception)

C++

class PASCALIMPLEMENTATION EOAuth2ExceptionExt : public EOAuth2Exception

Properties

Type Visibility Source Unit Parent
class public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth

Description

Base OAuth exception class replacing non-standard named TOAuth2Exception.

REST.Authenticator.OAuth.EOAuth2ExceptionExt inherits from REST.Authenticator.OAuth.EOAuth2Exception. All content below this line refers to REST.Authenticator.OAuth.EOAuth2Exception. Base OAuth exception class replacing non-standard named TOAuth2Exception.

Base class for exceptions that raise from the REST library.

REST.Authenticator.OAuth.EOAuth2Exception inherits from REST.Types.ERESTException. All content below this line refers to REST.Types.ERESTException.

Base class for exceptions that raise from the REST library.