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