The custom of an Exception subclasses
TInetException=class (System. SysUtils. Exception)
Private
Protected
Procedure RaisingException (P: PExceptionRecord); Override.
Public
end;
Inherited RaisingException subclasses, but compile time error, E2037 Declaration of 'RaisingException \' differs from previous Declaration, why?
CodePudding user response:
Look at how the Exception statement RaisingException
CodePudding user response:
, the statement in the protected virtual
CodePudding user response: