System.SysUtils.EInvalidContainer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObject
EInvalidContainer

Delphi

EInvalidContainer = class(Exception);

C++

class PASCALIMPLEMENTATION EInvalidContainer : public Exception

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Gibt einen ungültigen Container an.

Mit EInvalidContainer können Sie einen ungültigen Container angeben.

Siehe auch

Übersetzungen