Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxErrorMessage

From RAD Studio API Documentation
Revision as of 23:47, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure DbxErrorMessage(const ErrorMessage: TDBXErrorMessage); override;

C++

virtual void __fastcall DbxErrorMessage(Data::Dbxmessagehandlercommon::TDBXErrorMessage* const ErrorMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultDatabaseConnectionHandler

Description

Raises an exception.

The DbxErrorMessage method raises an exception based on the given ErrorMessage.

See Also