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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!