System.SysUtils.EPackageError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EPackageError = class(Exception);

C++

class PASCALIMPLEMENTATION EPackageError : public Exception

Properties

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

Description

EPackageError is the exception class for package-related errors.

EPackageError is raised at design time only, when an error occurs loading or utilizing a package.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.EPackageError&oldid=145687"