FireDAC.Phys.MSSQL.EMSSQLNativeException.Errors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns an error item.

Use the Errors property to get access to an error item from the collection of errors, associated with this exception object.

See Also