System.SysUtils.EPrivilege

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EExternalSystem.SysUtils.ExceptionSystem.TObjectEPrivilege

Delphi

EPrivilege = class(EExternal);

C++

class PASCALIMPLEMENTATION EPrivilege : public EExternal

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

EPrivilege is the exception class for processor privilege violations.

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.

See Also