[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when a feature is not supported.
Source position: sysutilh.inc line 220
type ENotSupportedException = class(Exception) ; |
|
Exception raised when a feature is not supported. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
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.
|
Base class of all exceptions. |