System.Bindings.Factories.EBindingScopeFactoryError

From RAD Studio API Documentation

EBindingScopeFactoryErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EBindingScopeFactoryError = class(Exception);

C++

class PASCALIMPLEMENTATION EBindingScopeFactoryError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.Factories.pas
System.Bindings.Factories.hpp
System.Bindings.Factories System.Bindings.Factories

Description

Exception class for managing custom scopes errors.

EBindingScopeFactoryError is the exception class for errors that are raised when managing custom scopes.

See Also

Code Examples