toString( )

Gets the description for the PODSException object.

Interface

PODSException

IDL definition
PODSString toString( );
JavaScript synopsis
except.toString( )
C synopsis
PODSString PODStoString(PODSException* except);
Parameters

except

The PODSException object.

Returns

The description for the PODSException object.

See also

createStringException( )