FireDAC.Phys.MSSQL.EMSSQLNativeException.Errors

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Errors[Index: Integer]: TFDMSSQLError read GetErrors; default;

C++

__property TFDMSSQLError* Errors[int Index] = {read=GetErrors/*, default*/};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FireDAC.Phys.MSSQL.pas
FireDAC.Phys.MSSQL.hpp
FireDAC.Phys.MSSQL EMSSQLNativeException


Description

Renvoie un élément d'erreur.

Utilisez la propriété Errors pour accéder à un élément d'erreur de la collection d'erreurs, associé à cet objet exception.

Voir aussi