Data.DBXCommon.ECertificateNotYetValidException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectECertificateNotYetValidException
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

ECertificateNotYetValidException = class(Exception)

C++

class PASCALIMPLEMENTATION ECertificateNotYetValidException : public System::Sysutils::Exception

Description

Exception class for certificates that are invalid at the current moment of time.

ECertificateNotYetValidException represents the exception class for certificates that are invalid at the current moment. ECertificateNotYetValidException is thrown if the certificate validity check fails.

See Also