| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Handle exception object
Source position: objpash.inc line 123
| public function TObject.SafeCallException( | 
| exceptobject: TObject; | 
| exceptaddr: pointer | 
| ):LongInt; virtual; | 
SafeCallException should be overridden to handle exceptions in a method marked with the savecall directive. The implementation in TObject simply returns zero.