GetException
Description
Obtains the current thrown exception object.
Syntax
|
1 |
GetException () |
Return value
pbobject.
Examples
This code gets the current exception object, clears the exception,
and gets the class of the exception object:
|
1 2 3 4 5 6 |
pbclass cls; pbobject ex; ... ex = session-> GetException(); session-> ClearException(); cls = session-> GetClass(ex); |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest