[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

EResNotFound

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when a resource, needed to initialize a component, is not found.

Declaration

Source position: classesh.inc line 136

type EResNotFound = class(Exception) end;

Inheritance

EResNotFound

  

Exception raised when a resource, needed to initialize a component, is not found.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

This exception is not used by Free Pascal but is provided for Delphi compatibility.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.