|
RAD Studio VCL Reference
|
EOSError is the exception class for operating system errors.
EOSError = class(Exception);
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|