Data.DBXCommon.TDBXError.Message

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXError

Delphi

property Message: string read FErrorMessage;

C++

__property System::UnicodeString Message = {read=FErrorMessage};

Description

Explanation of exception

This property contains text explaining the reason an exception occurred. Also see the ErrorCode property for exception information.

See Also