| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Decrease the reference count of the current exception object.
Source position: objpash.inc line 370
| procedure ReleaseExceptionObject; | 
ReleaseExceptionObject decreases the reference count of the current exception object. This should be called whenever a reference to the exception object was obtained via the AcquireExceptionObject call.
Calling this method is only valid within an except block.
If there is no current exception object, a run-time error 231 will occur.
| 
 | Obtain a reference to the current exception object |