Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxErrorMessage

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSVoidConnectionHandler

Delphi

procedure DbxErrorMessage(const Message: TDBXErrorMessage); override;

C++

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

Description

Raises an invalid operation exception.

The DbxErrorMessage method raises an invalid operation exception with the given Message.

See Also