Data.DBXCommon.TDBXError.Message
[–] 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.