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

EDOMInvalidAccess

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

Exception raised when a parameter or operation is not supported by the object.

Declaration

Source position: laz2_dom.pas line 177

type EDOMInvalidAccess = class(EDOMError)

public

  constructor Create();

  

Constructor for the class instance.

end;

Inheritance

EDOMInvalidAccess

  

Exception raised when a parameter or operation is not supported by the object.

|

EDOMError

  

Base class for exceptions raised in DOM interface classes.

|

Exception

|

TObject

Description

Remark: Not used in the current implementation.

See also

EDOMError

  

Base class for exceptions raised in DOM interface classes.


Version 3.2 Generated 2024-02-25 Home