FireDAC.Phys.MongoDBWrapper.EMongoNativeException

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Error.EFDDBEngineExceptionFireDAC.Stan.Error.EFDExceptionData.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEMongoNativeException

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