EExternal
[Properties (by Name)][Methods (by Name)][Events (by Name)]
External Exception.
Declaration
Source position: sysutilh.inc line 130
Type
EExternal = class (Exception)
end
;
Description
EExternal is the base exception for all external exceptions, as reported by the CPU or operating system, as opposed to internal exceptions, which are raised by the program itself. The SysUtils unit converts all operating system errors to descendents of EExternal.
MembersNo members available
Inheritance
Class | Description |
---|---|
EExternal | External Exception. |
See also
Name | Description |
---|---|
EAccessViolation | Access Violation error |
EControlC | Control-C (abort) was pressed on the console. |
EExternal | External Exception. |
EExternalException | External exception |
EInterror | Integer operation error. |
EMathError | Mathematical error |
EPrivilege | Privileged instruction error. |
EStackOverflow | Stack overflow error. |