RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOSError Class

EOSError is the exception class for operating system errors.

Pascal
EOSError = class(Exception);
C++
class EOSError : public Exception;

SysUtils

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.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!