Datasnap.DSClientRest.TDSRestException

Aus RAD Studio API Documentation
Version vom 18. Oktober 2011, 12:23 Uhr von TestAccount (Diskussion | Beiträge)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObject
TDSRestException

Delphi

TDSRestException = class(Exception);

C++

class PASCALIMPLEMENTATION TDSRestException : public System::Sysutils::Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest


Beschreibung

TDSRestException ist die Exception-Klasse für DataSnap-REST-Exceptions.

Die Exception TDSRestException wird ausgelöst, wenn eine Fehlerbedingung im DataSnap-REST-Verbindungs-Framework gefunden wird.

Übersetzungen