System.Classes.ELoginCredentialError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectELoginCredentialError

Delphi

ELoginCredentialError = class(Exception);

C++

class PASCALIMPLEMENTATION ELoginCredentialError : public System::Sysutils::Exception

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes


Description

ELoginCredentialError est la classe d'exception pour la gestion des informations d'identification incorrectes.

ELoginCredentialError est déclenchée quand une application tente d'obtenir des informations d'identification spécifiées, mais non existantes.

Voir aussi