ENotSupportedException
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised when a feature is not supported.
Declaration
Source position: sysutilh.inc line 225
Type
ENotSupportedException = class (Exception)
;
Description
ENotSupportedException is an exception raised when a function or procedure is not supported for a certain platform.
This exception class is provided for Delphi compatibility, but is not actually used in FPC.
MembersNo members available
Inheritance
Class | Description |
---|---|
ENotSupportedException | Exception raised when a feature is not supported. |
See also
Name | Description |
---|---|
Exception | Base class of all exceptions. |