mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-22 12:29:50 +02:00
* cosmetics
git-svn-id: trunk@46211 -
This commit is contained in:
parent
7281ea7a2c
commit
87702d7cda
@ -120,10 +120,9 @@ type
|
|||||||
constructor CreateResFmtHelp(ResString: PString; const Args: array of const;
|
constructor CreateResFmtHelp(ResString: PString; const Args: array of const;
|
||||||
AHelpContext: Longint);
|
AHelpContext: Longint);
|
||||||
Function ToString : String; override;
|
Function ToString : String; override;
|
||||||
{ !!!! }
|
|
||||||
property HelpContext : longint read fhelpcontext write fhelpcontext;
|
property HelpContext : longint read fhelpcontext write fhelpcontext;
|
||||||
property Message : string read fmessage write fmessage;
|
property Message : string read fmessage write fmessage;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ExceptClass = class of Exception;
|
ExceptClass = class of Exception;
|
||||||
@ -141,7 +140,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{ integer math exceptions }
|
{ integer math exceptions }
|
||||||
EInterror = Class(EExternal);
|
EIntError = Class(EExternal);
|
||||||
EDivByZero = Class(EIntError);
|
EDivByZero = Class(EIntError);
|
||||||
ERangeError = Class(EIntError);
|
ERangeError = Class(EIntError);
|
||||||
EIntOverflow = Class(EIntError);
|
EIntOverflow = Class(EIntError);
|
||||||
|
Loading…
Reference in New Issue
Block a user