System.SysUtils.EPackageError
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.