ClearException

PowerBuilder Native Interface

IPB_Session interface:

ClearException method

Description

Clears the current PowerBuilder exception object.

Syntax

ClearException ()

Return Values

None.

Usage

HasExceptionThrown returns false after a call to ClearException. If no exception has been thrown, this call has no effect.

See Also