Gets the description string for the exception.

Namespace:  FileNet.Api.Exception
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetDescription As String
C#
public virtual string GetDescription()
Visual C++
public:
virtual String^ GetDescription()
JavaScript
function getDescription();

Return Value

A String containing the exception description. For an EngineRuntimeException instance, the text is localized to the client locale (either the default locale of the client JVM or the locale that has been set in the UserContext object).

ToggleSee Also