EPrivilege is the exception class for processor privilege violations.
EPrivilege = class(EExternal);
class EPrivilege : public EExternal;
EPrivilege is raised when an application tries to execute a processor instruction that is invalid for the current processor privilege level.
Run-time exception information is saved in fields provided by EExternal.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|