[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
External Exception.
Source position: sysutilh.inc line 131
type EExternal = class(Exception) end; |
|
External Exception. |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
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.
|
Integer operation error. |
|
|
External Exception. |
|
|
Mathematical error |
|
|
External exception |
|
|
Access Violation error |
|
|
Privileged instruction error. |
|
|
Stack overflow error. |
|
|
Control-C (abort) was pressed on the console. |