FireDAC.Phys.MongoDBWrapper.EMongoNativeException

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EMongoNativeException = class(EFDDBEngineException)

C++

class PASCALIMPLEMENTATION EMongoNativeException : public Firedac::Stan::Error::EFDDBEngineException

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper FireDAC.Phys.MongoDBWrapper

Description

Defines an exception object specific to MongoDB.

The Create constructor allows you to get required information from the TMongoError.

See Also