TIBCO Adapter SDK C++ Reference
MException::getDescription
MException
If bVerbose is false (the default), returns the description for this exception. If bVerbose is true, returns the description, the file information, and the line information if supplied in the constructor.

Most of the available constructors require a description.

Parameters
Parameters Description
Mboolean bVerbose = Mfalse MBoolean value that specifies whether a verbose or a verbose description of this exception is being returned. The default value is Mfalse, meaning that only the exception description will be returned.
Declaration
virtual const MString getDescription(Mboolean bVerbose = Mfalse) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.