System.Classes.ELoginCredentialError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectELoginCredentialError

Delphi

ELoginCredentialError = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

ELoginCredentialError is the exception class for handling invalid login credentials.

ELoginCredentialError is raised when an application attempts to get specified, but unexisting, login credentials.

See Also