Data.DBXCommon.ECertificateNotYetValidException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectECertificateNotYetValidException

Delphi

ECertificateNotYetValidException = class(Exception)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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