API:REST.Authenticator.OAuth.EOAuth2ExceptionExt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

REST.Authenticator.OAuth.EOAuth2ExceptionREST.Types.ERESTExceptionSystem.SysUtils.ExceptionSystem.TObjectEOAuth2ExceptionExt

Delphi

EOAuth2ExceptionExt = class(EOAuth2Exception)

C++

class PASCALIMPLEMENTATION EOAuth2ExceptionExt : public EOAuth2Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth REST.Authenticator.OAuth

Beschreibung

OAuth-Exception-Basisklasse, die die nicht standardmäßige TOAuth2Exception ersetzt.

REST.Authenticator.OAuth.EOAuth2ExceptionExt erbt von REST.Authenticator.OAuth.EOAuth2Exception. Der folgende Inhalt bezieht sich auf REST.Authenticator.OAuth.EOAuth2Exception. OAuth-Exception-Basisklasse, die die nicht standardmäßige TOAuth2Exception ersetzt.

Basisklasse für Exceptions, die von der REST-Bibliothek ausgelöst werden.


REST.Authenticator.OAuth.EOAuth2Exception ist von REST.Types.ERESTException geerbt. Der folgende Inhalt bezieht sich auf REST.Types.ERESTException.

Basisklasse für Exceptions, die von der REST-Bibliothek ausgelöst werden.

Siehe auch

REST