System.SysUtils.EOSError
Delphi
EOSError = class(Exception)
C++
class PASCALIMPLEMENTATION EOSError : public Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
EOSError is the exception class for operating system errors.
EOSError is raised by the RaiseLastOSError procedure if the operating system returns an error code. The exception dialog contains the error number and the message associated with the error.
Note: EOSError replaces EWin32Error, which is now deprecated.