System.Classes.EObserverException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEObserverException

Delphi

EObserverException = class(Exception);

C++

class PASCALIMPLEMENTATION EObserverException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

EObserverException is the exception class for observer exceptions.

EObserverException can be raised, for example, by the following methods:

See Also