REST.Authenticator.OAuth.EOAuth2Exception

From RAD Studio API Documentation
Jump to: navigation, search

REST.Types.ERESTExceptionSystem.SysUtils.ExceptionSystem.TObjectEOAuth2Exception

Delphi

EOAuth2Exception = class(ERESTException);

C++

class PASCALIMPLEMENTATION EOAuth2Exception : public Rest::Types::ERESTException

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.

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.

See Also

REST