Sun Studio 12 Update 1: Debugging a Program With dbx

exception Command

The exception command prints the value of the current C++ exception. It is valid only in native mode.

Syntax

exception [-d | +d]

Prints the value of the current C++ exception, if any.

See the print Command for the meaning of the -d flag.